File tree Expand file tree Collapse file tree 1 file changed +23
-2
lines changed
Expand file tree Collapse file tree 1 file changed +23
-2
lines changed Original file line number Diff line number Diff line change 11[project ]
22name = " edit-python-pe"
3- version = " 0.1.3 "
3+ version = " 0.1.4 "
44description = " Allows member and project profile editing onto python.pe git repository"
55readme = " README.md"
66license = { file = " LICENSE" }
77authors = [
8- { name = " Jean-Pierre Chauvel" , email = " jean.pierre .chauvel@autodesk .com" }
8+ { name = " Jean-Pierre Chauvel" , email = " jean.p .chauvel@gmail .com" }
99]
1010requires-python = " >=3.13"
11+ classifiers = [
12+ # How mature is this project? Common values are
13+ # 3 - Alpha
14+ # 4 - Beta
15+ # 5 - Production/Stable
16+ " Development Status :: 4 - Beta" ,
17+
18+ # Indicate who your project is intended for
19+ " Intended Audience :: Developers" ,
20+ " Topic :: Documentation :: Sphinx" ,
21+
22+ # Specify the Python versions you support here.
23+ " Programming Language :: Python :: 3" ,
24+ " Programming Language :: Python :: 3.12" ,
25+ ]
1126module = " edit_python_pe"
1227dependencies = [
1328 " pygit2==1.17.0" ,
@@ -17,6 +32,12 @@ dependencies = [
1732 " platformdirs>=4.3.7" ,
1833]
1934
35+ [project .urls ]
36+ Homepage = " http://github.com/pythonpe/edit-python.pe"
37+ Documentation = " https://github.com/pythonpe/edit-python.pe/blob/main/README.md"
38+ Repository = " http://github.com/pythonpe/edit-python.pe"
39+ Issues = " https://github.com/pythonpe/edit-python.pe/issues"
40+
2041[project .scripts ]
2142edit-python-pe = " edit_python_pe.main:main"
2243
You can’t perform that action at this time.
0 commit comments