Skip to content

Commit

Permalink
changed name of repo
Browse files Browse the repository at this point in the history
  • Loading branch information
victoria-cherkas committed May 20, 2022
1 parent c9065a3 commit 23937ef
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 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/icon-vis-utils@v0.1.0#egg=icon-vis-utils"
- "git+https://github.com/C2SM/ICON-data-processing@v0.1.2#egg=ICON-data-processing"
- pre-commit
8 changes: 4 additions & 4 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,12 @@
# Fields marked as "Optional" may be commented out.

setup(
name="icon-vis-utils", # Required
version="v0.1.1", # Required
description="A project for visualizing/plotting ICON", # Optional
name="icon-data-processing", # Required
version="v0.1.2", # 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
url="https://github.com/C2SM/icon-vis-utils", # Optional
url="https://github.com/C2SM/ICON-data-processing", # Optional
author="MeteoSwiss, C2SM", # Optional
author_email="[email protected], [email protected]", # Optional
package_dir={"": "icon_vis"}, # Optional
Expand Down

0 comments on commit 23937ef

Please sign in to comment.