Skip to content

Commit

Permalink
Merge pull request #103 from AdamTheisen/master
Browse files Browse the repository at this point in the history
Changes to name in setup.py for registering with pypi
  • Loading branch information
AdamTheisen authored Aug 14, 2019
2 parents 7f3ae4c + f40d1da commit 6635cc6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@


setup(
name='act',
name='act_atmos',
version=versioneer.get_version(),
cmdclass=versioneer.get_cmdclass(),
description="Package for working with atmospheric time series datasets",
Expand All @@ -49,7 +49,7 @@
install_requires=requirements,
license="BSD (3-clause)",
classifiers=[
'Development Status :: 2 - Pre-Alpha',
'Development Status :: 4 - Beta',
'Natural Language :: English',
'Programming Language :: Python :: 3',
],
Expand Down

0 comments on commit 6635cc6

Please sign in to comment.