diff options
-rw-r--r-- | pyproject.toml | 3 |
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'] |