We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5d23bb5 commit 51517a8Copy full SHA for 51517a8
source/ports/py_port/pyproject.toml
@@ -1,5 +1,5 @@
1
[build-system]
2
-requires = ["setuptools>=61", "wheel"]
+requires = ["setuptools>=65", "wheel"]
3
build-backend = "setuptools.build_meta"
4
5
[project]
@@ -39,6 +39,3 @@ Issues = "https://github.com/metacall/core/issues"
39
40
[tool.setuptools]
41
packages = ["metacall"]
42
-
43
-[tool.setuptools.package-data]
44
-"metacall" = ["*"]
0 commit comments