diff options
author | Jonas Gunz <himself@jonasgunz.de> | 2024-10-18 22:40:50 +0200 |
---|---|---|
committer | Jonas Gunz <himself@jonasgunz.de> | 2024-10-18 22:40:50 +0200 |
commit | 1bb7d33a80f951b7dcc47f363b555fa0ec7f8387 (patch) | |
tree | 1ca08c5e16949af849fd87fac078eb7e6c616c21 /pyproject.toml | |
parent | a42a37a63110f5dc09aca91d881ef5627f4a77d7 (diff) | |
download | meteo_toolbox-1bb7d33a80f951b7dcc47f363b555fa0ec7f8387.tar.gz |
pyproject?
Diffstat (limited to 'pyproject.toml')
-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'] |