File tree Expand file tree Collapse file tree 1 file changed +4
-9
lines changed
Expand file tree Collapse file tree 1 file changed +4
-9
lines changed Original file line number Diff line number Diff line change 11[build-system ]
2- requires = [" setuptools~=76 .0" ]
2+ requires = [" setuptools~=77 .0" ]
33build-backend = " setuptools.build_meta"
44
55[project ]
66name = " python-typing-update"
77version = " 0.7.2.dev0" # template: x.x.x[.dev0]
8- license = {text = " MIT" }
8+ license = " MIT"
9+ license-files = [" LICENSE" , " AUTHORS" ]
910description = " Update Python typing syntax"
1011readme = " README.md"
1112authors = [{name = " Marc Mueller" }]
@@ -30,7 +31,7 @@ dependencies = [
3031]
3132
3233[project .urls ]
33- "Source Code" = " https://github.com/cdce8p/python-typing-update"
34+ "Source Code" = " https://github.com/cdce8p/python-typing-update"
3435
3536[project .optional-dependencies ]
3637black = [
@@ -43,12 +44,6 @@ ruff = [
4344[project .scripts ]
4445python-typing-update = " python_typing_update.__main__:main"
4546
46- [tool .setuptools ]
47- license-files = [" LICENSE" , " AUTHORS" ]
48-
49- [tool .setuptools .package-data ]
50- "*" = [" py.typed" , " *.pyi" ]
51-
5247[tool .setuptools .packages .find ]
5348include = [" python_typing_update*" ]
5449
You can’t perform that action at this time.
0 commit comments