Skip to content

Commit

Permalink
try to fix setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
victoria-cherkas committed May 31, 2022
1 parent 3f695f8 commit feed0ca
Show file tree
Hide file tree
Showing 2 changed files with 3 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+ssh://[email protected]/C2SM/[email protected].14#egg=iconarray
- git+ssh://[email protected]/C2SM/[email protected].15#egg=iconarray
- pre-commit
5 changes: 2 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,16 +20,15 @@

setup(
name="iconarray", # Required
version="v0.1.14", # Required
version="v0.1.15", # 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/iconarray", # Optional
author="MeteoSwiss, C2SM", # Optional
author_email="[email protected], [email protected]", # Optional
# package_dir={"": "iconarray"}, # Optional
package_dir={"": "iconarray"}, # Optional
packages=find_packages(
where='iconarray',
include=['backend','core','plot','utils'],
), # Required
python_requires=">=3.7, <4",
Expand Down

0 comments on commit feed0ca

Please sign in to comment.