Skip to content

Commit

Permalink
changes to origanization
Browse files Browse the repository at this point in the history
  • Loading branch information
nocollier committed Feb 1, 2023
1 parent 689cccc commit 02eb962
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 23 deletions.
10 changes: 8 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,14 @@ dependencies = [
"ilamb","numpy","pandas","plotly","xarray","matplotlib","cartopy","importlib_resources"
]

[tools.setuptools.packages]
find = {}

[tool.setuptools.packages.find]
where = ["ilambk"]
where = ["."]
include = ["ilambk"]

[tool.setuptools.package-data]
ilambk = ["*.sh"]
ilambk = ["*.sh"]


21 changes: 0 additions & 21 deletions setup.cfg

This file was deleted.

0 comments on commit 02eb962

Please sign in to comment.