Skip to content

Commit

Permalink
setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
victoria-cherkas committed May 20, 2022
1 parent 87287d4 commit 9684b62
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].5#egg=ICON-data-processing"
- "git+https://github.com/C2SM/[email protected].6#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 @@ -20,15 +20,15 @@

setup(
name="icon_data_processing", # Required
version="v0.1.5", # Required
version="v0.1.6", # 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-data-processing", # Optional
author="MeteoSwiss, C2SM", # Optional
author_email="[email protected], [email protected]", # Optional
package_dir={"": "ICON_data_processing"}, # Optional
packages=find_packages(where="ICON_data_processing"), # Required
packages=find_packages(), # Required
python_requires=">=3.7, <4",
install_requires=[], # Optional
)

0 comments on commit 9684b62

Please sign in to comment.