Skip to content

Commit 51517a8

Browse files
committed
Update setuptools.
1 parent 5d23bb5 commit 51517a8

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

source/ports/py_port/pyproject.toml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[build-system]
2-
requires = ["setuptools>=61", "wheel"]
2+
requires = ["setuptools>=65", "wheel"]
33
build-backend = "setuptools.build_meta"
44

55
[project]
@@ -39,6 +39,3 @@ Issues = "https://github.com/metacall/core/issues"
3939

4040
[tool.setuptools]
4141
packages = ["metacall"]
42-
43-
[tool.setuptools.package-data]
44-
"metacall" = ["*"]

0 commit comments

Comments
 (0)