Skip to content

Commit

Permalink
Merge pull request #7 from hdrake/switch-to-pyproject-toml
Browse files Browse the repository at this point in the history
Attempt to add minimal dependency packages
  • Loading branch information
hdrake authored Aug 14, 2023
2 parents 2c70710 + c216698 commit 1d0a997
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "regionate"
version = "0.0.1"
version = "0.0.2"
authors = [
{name="Henri F. Drake", email="hfdrake@uci.edu"},
]
Expand All @@ -12,6 +12,11 @@ classifiers = [
"License :: OSI Approved :: GNU General Public License v3 (GPLv3)",
"Operating System :: OS Independent",
]
dependencies = [
"xgcm",
"regionmask",
# git@https://github.com/hdrake/sectionate/tree/refactor-using-xgcm-grid-information
]

[project.urls]
"Homepage" = "https://github.com/hdrake/regionate"
Expand Down

0 comments on commit 1d0a997

Please sign in to comment.