Skip to content

Commit bd52351

Browse files
committed
changing email, adding classifiers, and project urls
1 parent b4703af commit bd52351

File tree

1 file changed

+23
-2
lines changed

1 file changed

+23
-2
lines changed

pyproject.toml

Lines changed: 23 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,28 @@
11
[project]
22
name = "edit-python-pe"
3-
version = "0.1.3"
3+
version = "0.1.4"
44
description = "Allows member and project profile editing onto python.pe git repository"
55
readme = "README.md"
66
license = { file = "LICENSE" }
77
authors = [
8-
{ name = "Jean-Pierre Chauvel", email = "jean.pierre.chauvel@autodesk.com" }
8+
{ name = "Jean-Pierre Chauvel", email = "jean.p.chauvel@gmail.com" }
99
]
1010
requires-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+
]
1126
module = "edit_python_pe"
1227
dependencies = [
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]
2142
edit-python-pe = "edit_python_pe.main:main"
2243

0 commit comments

Comments
 (0)