Skip to content

Commit

Permalink
Update to setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
kadrlica committed Sep 20, 2017
1 parent 34fd1de commit 194c06d
Showing 1 changed file with 9 additions and 7 deletions.
16 changes: 9 additions & 7 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,21 +22,24 @@ def find_packages():

NAME = 'ugali'
HERE = os.path.abspath(os.path.dirname(__file__))
# Remember to uncomment
#URL = 'https://github.com/DarkEnergySurvey/ugali'
URL = 'https://github.com/kadrlica/ugali'
URL = 'https://github.com/DarkEnergySurvey/ugali'
DESC = "Ultra-faint galaxy likelihood toolkit."
LONG_DESC = "See %s"%URL
CLASSIFIERS = """\
Development Status :: 2 - Pre-Alpha
Development Status :: 3 - Alpha
Intended Audience :: Science/Research
Intended Audience :: Developers
Programming Language :: Python :: 2.7
License :: OSI Approved :: MIT License
Natural Language :: English
Operating System :: MacOS :: MacOS X
Operating System :: POSIX :: Linux
Programming Language :: Python :: 2.7
Topic :: Scientific/Engineering
Topic :: Scientific/Engineering :: Astronomy
Topic :: Scientific/Engineering :: Physics
"""

RELEASE = URL+'/releases/download/v1.7.0rc0'
RELEASE = URL+'/releases/download/v1.7.0'
UGALIDIR = os.getenv("UGALIDIR","$HOME/.ugali")
ISOSIZE = "~1MB"
CATSIZE = "~20MB"
Expand Down Expand Up @@ -272,7 +275,6 @@ def install_catalogs(self):
author_email='[email protected], [email protected]',
scripts = [],
install_requires=[
#'python >= 2.7.0',
'numpy >= 1.9.0',
'scipy >= 0.14.0',
'healpy >= 1.6.0',
Expand Down

0 comments on commit 194c06d

Please sign in to comment.