11[project ]
22name = " edit-python-pe"
3- version = " 0.2.1 "
3+ version = " 0.2.2 "
44description = " Allows member and project profile editing onto python.pe git repository"
55readme = " README.md"
6- license = { file = " LICENSE" }
76authors = [
8- { name = " Jean-Pierre Chauvel" , email = " jean.p.chauvel@gmail.com" }
7+ { name = " Jean-Pierre Chauvel" , email = " jean.p.chauvel@gmail.com" },
98]
109requires-python = " >=3.13"
1110classifiers = [
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.13" ,
11+ " Development Status :: 4 - Beta" ,
12+ " Intended Audience :: Developers" ,
13+ " Topic :: Documentation :: Sphinx" ,
14+ " Programming Language :: Python :: 3" ,
15+ " Programming Language :: Python :: 3.13" ,
2516]
2617module = " edit_python_pe"
2718dependencies = [
@@ -33,6 +24,9 @@ dependencies = [
3324 " babel==2.17.0" ,
3425]
3526
27+ [project .license ]
28+ file = " LICENSE"
29+
3630[project .urls ]
3731Homepage = " http://github.com/pythonpe/edit-python.pe"
3832Documentation = " https://github.com/pythonpe/edit-python.pe/blob/main/README.md"
@@ -43,12 +37,17 @@ Issues = "https://github.com/pythonpe/edit-python.pe/issues"
4337edit-python-pe = " edit_python_pe.main:main"
4438
4539[build-system ]
46- requires = [" hatchling" ]
40+ requires = [
41+ " hatchling" ,
42+ ]
4743build-backend = " hatchling.build"
4844
4945[tool .hatch .version ]
5046path = " src/edit_python_pe/__about__.py"
5147
48+ [tool .black ]
49+ line-length = 79
50+
5251[dependency-groups ]
5352dev = [
5453 " black>=25.1.0" ,
@@ -58,7 +57,5 @@ dev = [
5857 " pytest>=8.4.1" ,
5958 " pytest-cov>=6.2.1" ,
6059 " textual-dev==1.7.0" ,
60+ " tomli-w>=1.2.0" ,
6161]
62-
63- [tool .black ]
64- line-length = 79
0 commit comments