diff options
author | Jonas Gunz <himself@jonasgunz.de> | 2024-10-18 22:35:58 +0200 |
---|---|---|
committer | Jonas Gunz <himself@jonasgunz.de> | 2024-10-18 22:35:58 +0200 |
commit | a42a37a63110f5dc09aca91d881ef5627f4a77d7 (patch) | |
tree | 2fef2aab2a8ae006798b441745892248b1557310 | |
parent | 1fc50ec16abe8b338258c250b85dac0e966ada96 (diff) | |
download | meteo_toolbox-a42a37a63110f5dc09aca91d881ef5627f4a77d7.tar.gz |
pyproject toml
-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'] |