Update pyproject.toml

This commit is contained in:
Stephen Mildenhall
2025-03-13 22:32:37 +00:00
parent 0ab3b08394
commit 0aaffd4cac
+1 -1
View File
@@ -23,7 +23,7 @@ classifiers = [
packages = ["greater_tables"]
[tool.setuptools.packages.find]
exclude = ["img"]
exclude = ["img", "tests", "docs"]
[tool.setuptools.dynamic]
version = { attr = "greater_tables.__version__" }