Skip to content

Commit

Permalink
Update setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
JecaTosovic authored Jun 18, 2022
1 parent 58c802b commit 84b2276
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
setup(
# Self-descriptive entries which should always be present
name="ConservedWaterSearch",
version=0.0.1,
version="0.0.1",
author="Domagoj Fijan, Jelena Tosovic, Marko Jukic, Urban Bren",
author_email="jecat_90@live.com",
description=short_description[0],
Expand Down Expand Up @@ -68,10 +68,11 @@
"matplotlib",
"scikit-learn",
], # Required packages, pulls from pip if needed; do not use for Conda deployment
# platforms=['Linux',
# 'Mac OS-X',
# 'Unix',
# 'Windows'], # Valid platforms your code works on, adjust to your flavor
platforms=['Linux',
'Mac OS-X',
'Unix',
'Windows'
], # Valid platforms your code works on, adjust to your flavor
# Manual control if final package is compressible or not, set False to prevent the .egg from being made
zip_safe=False,
)

0 comments on commit 84b2276

Please sign in to comment.