Skip to content

Commit

Permalink
rename module in setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
victoria-cherkas committed May 20, 2022
1 parent 40a8b66 commit 87287d4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion env/environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,5 @@ dependencies:
- psy-reg
- cartopy
- pip:
- "git+https://github.com/C2SM/[email protected].4#egg=ICON-data-processing"
- "git+https://github.com/C2SM/[email protected].5#egg=ICON-data-processing"
- pre-commit
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@
# Fields marked as "Optional" may be commented out.

setup(
name="icon-data-processing", # Required
version="v0.1.4", # Required
name="icon_data_processing", # Required
version="v0.1.5", # Required
description="A package of modules for processing and plotting ICON data.", # Optional
long_description=long_description, # Optional
long_description_content_type="text/markdown", # Optional
Expand Down

0 comments on commit 87287d4

Please sign in to comment.