From 1fc50ec16abe8b338258c250b85dac0e966ada96 Mon Sep 17 00:00:00 2001 From: Jonas Gunz Date: Fri, 18 Oct 2024 22:30:46 +0200 Subject: pyproject fix packages --- pyproject.toml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 3dbfe5c..ba28354 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -6,7 +6,7 @@ dependencies = [ "xarray", "cfgrib", "pyyaml", - "cartopy" + "cartopy", ] description = "declarative weather chart plotter" readme = "Readme.md" @@ -16,9 +16,7 @@ license = {"file" = "LICENSE"} metchart = "metchart.run:main" [tool.setuptools.packages.find] -include = [ - "metchart" -] +where = ["metchart/"] [build-system] requires = ['setuptools >= 61.0'] -- cgit v1.2.3