diff options
-rw-r--r-- | pyproject.toml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/pyproject.toml b/pyproject.toml index ba28354..18c379f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -17,6 +17,7 @@ metchart = "metchart.run:main" [tool.setuptools.packages.find] where = ["metchart/"] +include = ["metchart.*"] [build-system] requires = ['setuptools >= 61.0'] |