Skip to content

Commit

Permalink
sync setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
victoria-cherkas committed May 20, 2022
1 parent 0fec7fb commit ba70f0d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 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].2#egg=ICON-data-processing"
- "git+https://github.com/C2SM/[email protected].3#egg=ICON-data-processing"
- pre-commit
6 changes: 3 additions & 3 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.2", # Required
version="v0.1.3", # 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_vis"}, # Optional
packages=find_packages(where="icon_vis"), # Required
package_dir={"": "ICON_data_processing"}, # Optional
packages=find_packages(where="ICON_data_processing"), # Required
python_requires=">=3.7, <4",
install_requires=[], # Optional
)

0 comments on commit ba70f0d

Please sign in to comment.