diff options
Diffstat (limited to 'pyproject.toml')
-rw-r--r-- | pyproject.toml | 6 |
1 files 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'] |