diff --git a/pyproject.toml b/pyproject.toml index 610498f..961197f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -42,6 +42,7 @@ classifiers = [ packages = [ { include = "wikiteam3/**/*"}, ] +exclude = ["wikiteam3/dumpgenerator/test/*"] [tool.poetry.scripts] dumpgenerator = "wikiteam3.dumpgenerator:main"