Skip to content

Commit ec10c44

Browse files
committed
Update project metadata for PEP 639
1 parent f3b1029 commit ec10c44

File tree

1 file changed

+4
-9
lines changed

1 file changed

+4
-9
lines changed

pyproject.toml

Lines changed: 4 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
11
[build-system]
2-
requires = ["setuptools~=76.0"]
2+
requires = ["setuptools~=77.0"]
33
build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "python-typing-update"
77
version = "0.7.2.dev0" # template: x.x.x[.dev0]
8-
license = {text = "MIT"}
8+
license = "MIT"
9+
license-files = ["LICENSE", "AUTHORS"]
910
description = "Update Python typing syntax"
1011
readme = "README.md"
1112
authors = [{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]
3637
black = [
@@ -43,12 +44,6 @@ ruff = [
4344
[project.scripts]
4445
python-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]
5348
include = ["python_typing_update*"]
5449

0 commit comments

Comments
 (0)