Skip to content

Commit

Permalink
use astro-gala name for build name
Browse files Browse the repository at this point in the history
  • Loading branch information
adrn committed Apr 13, 2019
1 parent 501b98c commit e4ae95e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,8 @@
else:
f.writelines(['#define USE_GSL 0'])

setup(name=PACKAGENAME,
# setup(name=PACKAGENAME,
setup(name='astro-gala',
version=VERSION,
description=DESCRIPTION,
install_requires=[s.strip() for s in metadata.get('install_requires', 'astropy').split(',')],
Expand Down

0 comments on commit e4ae95e

Please sign in to comment.