Skip to content

Commit fe90b54

Browse files
committed
fix pyproject.toml
1 parent e7a7049 commit fe90b54

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ packscript = "packscript:main"
2323

2424
[tool.setuptools]
2525
py-modules = ["packscript"]
26-
package.find.exclude = ["test", "test.*"]
26+
packages.find.exclude = ["test", "test.*"]
2727

2828
[tool.setuptools.dynamic]
2929
version = {attr = "packscript.__version__"}

0 commit comments

Comments
 (0)