We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e7a7049 commit fe90b54Copy full SHA for fe90b54
pyproject.toml
@@ -23,7 +23,7 @@ packscript = "packscript:main"
23
24
[tool.setuptools]
25
py-modules = ["packscript"]
26
-package.find.exclude = ["test", "test.*"]
+packages.find.exclude = ["test", "test.*"]
27
28
[tool.setuptools.dynamic]
29
version = {attr = "packscript.__version__"}
0 commit comments