Skip to content

Commit 41e3456

Browse files
Update pyproject.toml
1 parent e0f3c6b commit 41e3456

1 file changed

Lines changed: 21 additions & 24 deletions

File tree

pyproject.toml

Lines changed: 21 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,7 @@ build-backend = "hatchling.build"
55
[project]
66
name = "rodi"
77
dynamic = ["version"]
8-
authors = [
9-
{ name = "Roberto Prevato", email = "roberto.prevato@gmail.com" },
10-
]
8+
authors = [{ name = "Roberto Prevato", email = "roberto.prevato@gmail.com" }]
119
description = "Implementation of dependency injection for Python 3"
1210
readme = "README.md"
1311
requires-python = ">=3.7"
@@ -20,33 +18,32 @@ classifiers = [
2018
"Programming Language :: Python :: 3.9",
2119
"Programming Language :: Python :: 3.10",
2220
"Programming Language :: Python :: 3.11",
21+
"Programming Language :: Python :: 3.12",
2322
"Operating System :: OS Independent",
2423
]
2524
keywords = ["dependency", "injection", "type", "hints", "typing"]
26-
dependencies = [
27-
"typing_extensions; python_version < '3.8'"
28-
]
25+
dependencies = ["typing_extensions; python_version < '3.8'"]
2926

3027
[tool.hatch.build.targets.sdist]
3128
exclude = [
32-
"/.github",
33-
"/docs",
34-
"/examples",
35-
"/deps",
36-
"/htmlcov",
37-
"/tests",
38-
"mkdocs-plugins.code-workspace",
39-
"Makefile",
40-
"CODE_OF_CONDUCT.md",
41-
".isort.cfg",
42-
".gitignore",
43-
".flake8",
44-
"junit",
45-
"rodi.code-workspace",
46-
"requirements.txt",
47-
"mypy.ini",
48-
"pytest.ini",
49-
"examples-summary.py",
29+
"/.github",
30+
"/docs",
31+
"/examples",
32+
"/deps",
33+
"/htmlcov",
34+
"/tests",
35+
"mkdocs-plugins.code-workspace",
36+
"Makefile",
37+
"CODE_OF_CONDUCT.md",
38+
".isort.cfg",
39+
".gitignore",
40+
".flake8",
41+
"junit",
42+
"rodi.code-workspace",
43+
"requirements.txt",
44+
"mypy.ini",
45+
"pytest.ini",
46+
"examples-summary.py",
5047
]
5148

5249
[tool.hatch.version]

0 commit comments

Comments
 (0)