aboutsummaryrefslogtreecommitdiff
path: root/pyproject.toml
diff options
context:
space:
mode:
Diffstat (limited to 'pyproject.toml')
-rw-r--r--pyproject.toml3
1 files changed, 1 insertions, 2 deletions
diff --git a/pyproject.toml b/pyproject.toml
index 18c379f..d5f2744 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -16,8 +16,7 @@ license = {"file" = "LICENSE"}
metchart = "metchart.run:main"
[tool.setuptools.packages.find]
-where = ["metchart/"]
-include = ["metchart.*"]
+include = ["metchart", "metchart.*"]
[build-system]
requires = ['setuptools >= 61.0']