@@ -9,21 +9,19 @@ authors = [{ name = "Roberto Prevato", email = "roberto.prevato@gmail.com" }]
99description = " Implementation of dependency injection for Python 3"
1010license = { file = " LICENSE" }
1111readme = " README.md"
12- requires-python = " >=3.7 "
12+ requires-python = " >=3.10 "
1313classifiers = [
1414 " Development Status :: 5 - Production/Stable" ,
1515 " Programming Language :: Python :: 3" ,
16- " Programming Language :: Python :: 3.7" ,
17- " Programming Language :: Python :: 3.8" ,
18- " Programming Language :: Python :: 3.9" ,
1916 " Programming Language :: Python :: 3.10" ,
2017 " Programming Language :: Python :: 3.11" ,
2118 " Programming Language :: Python :: 3.12" ,
2219 " Programming Language :: Python :: 3.13" ,
20+ " Programming Language :: Python :: 3.14" ,
2321 " Operating System :: OS Independent" ,
2422]
2523keywords = [" dependency" , " injection" , " type" , " hints" , " typing" ]
26- dependencies = [" typing_extensions; python_version < '3.8' " ]
24+ dependencies = []
2725
2826[tool .hatch .build .targets .sdist ]
2927exclude = [
@@ -47,6 +45,9 @@ exclude = [
4745 " examples-summary.py" ,
4846]
4947
48+ [tool .hatch .build .targets .wheel ]
49+ packages = [" rodi" ]
50+
5051[tool .hatch .version ]
5152path = " rodi/__about__.py"
5253
0 commit comments