Update pyproject.toml

This commit is contained in:
Stephen Mildenhall
2025-03-13 22:34:30 +00:00
parent 0aaffd4cac
commit bc5906a170
+1 -3
View File
@@ -19,10 +19,8 @@ classifiers = [
"Topic :: Office/Business",
]
[tool.setuptools]
packages = ["greater_tables"]
[tool.setuptools.packages.find]
include = ["greater_tables"]
exclude = ["img", "tests", "docs"]
[tool.setuptools.dynamic]