-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpyproject.toml
More file actions
60 lines (54 loc) · 1.57 KB
/
Copy pathpyproject.toml
File metadata and controls
60 lines (54 loc) · 1.57 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
[project]
name = "rply-stubs"
version = "0.1.0.0.7.8"
description = "A stubs library for RPLY"
readme = "README.md"
requires-python = ">=3.12" # new Generics syntax used.
dependencies = ["rply==0.7.8"]
authors = [{ name = "ArachnidAbby" }, { name = "Summersweet-Software" }]
license = { text = "MIT-only" }
keywords = [
"stubs",
"typed",
"typing",
"rply",
"lexer generator",
"parser generator",
"lexer",
"parser",
"mypy",
"pyi",
"stubs only",
]
classifiers = [
# How mature is this project? Common values are
# 3 - Alpha
# 4 - Beta
# 5 - Production/Stable
"Development Status :: 4 - Beta",
# Indicate who your project is intended for
"Intended Audience :: Developers",
# topic
"Topic :: Software Development :: Libraries",
# Specify the Python versions you support here.
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.12",
"Programming Language :: Python :: 3.13",
"Programming Language :: Python :: 3.14",
# Licensing
"License :: OSI Approved :: MIT License",
# OS
"Operating System :: OS Independent",
# other
"Natural Language :: English",
"Typing :: Stubs Only",
]
[project.urls]
Homepage = "https://summersweet.software"
Repository = "https://github.com/summersweet-software/rply-stubs"
Issues = "https://github.com/summersweet-software/rply-stubs/issues"
[[tool.uv.index]]
name = "testpypi"
url = "https://test.pypi.org/simple/"
publish-url = "https://test.pypi.org/legacy/"
explicit = true