aboutsummaryrefslogtreecommitdiff
path: root/pyproject.toml
diff options
context:
space:
mode:
authorGravatar Jonas Gunz <himself@jonasgunz.de> 2024-10-18 22:40:50 +0200
committerGravatar Jonas Gunz <himself@jonasgunz.de> 2024-10-18 22:40:50 +0200
commit1bb7d33a80f951b7dcc47f363b555fa0ec7f8387 (patch)
tree1ca08c5e16949af849fd87fac078eb7e6c616c21 /pyproject.toml
parenta42a37a63110f5dc09aca91d881ef5627f4a77d7 (diff)
downloadmeteo_toolbox-1bb7d33a80f951b7dcc47f363b555fa0ec7f8387.tar.gz
pyproject?
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']