Skip to content

Commit

Permalink
fixed duplicate license issue
Browse files Browse the repository at this point in the history
  • Loading branch information
dwr-psandhu committed Nov 20, 2024
1 parent c8f422a commit 8fa15f8
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
1 change: 1 addition & 0 deletions environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ dependencies:
- gdal
- pyshp # a new schimpy dependency ?
- schimpy # remove this!
- eccodes
- seaborn
- matplotlib
- scikit-learn
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ build-backend = "setuptools.build_meta"
name = "dms_datastore"
description = "Downloading tools and data repository management"
dynamic = ["version"]
license = "MIT"
# license = "MIT"
authors = [
{name = "Eli Ateljevich", email = "[email protected]"},
{name = "Nicky Sandhu", email = "[email protected]"}
Expand Down
1 change: 0 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@
version=versioneer.get_version(),
cmdclass=versioneer.get_cmdclass(),
description="Downloading tools and data repository management",
license="BSD",
long_description=readme,
install_requires=requirements,
# extras_require=extras,
Expand Down

0 comments on commit 8fa15f8

Please sign in to comment.