Skip to content

Commit

Permalink
files for building package for PyPI
Browse files Browse the repository at this point in the history
Former-commit-id: 05c9664
  • Loading branch information
monocongo committed Sep 7, 2018
1 parent 8bba3af commit a3223d8
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
9 changes: 9 additions & 0 deletions .pypirc
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
#~/.pypirc

[distutils]
index-servers =
pypitest

[pypitest]
repository: https://test.pypi.org/legacy/
username: monocongo
5 changes: 3 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

setup(
name='climate_indices',
version='0.1.0',
version='1.0.0',
url='https://github.com/monocongo/climate_indices',
license='Unlicense',
author='James Adams',
Expand All @@ -29,10 +29,11 @@
'Intended Audience :: Developers',
'Intended Audience :: Education',
'Intended Audience :: Science/Research',
'License :: OSI Approved :: BSD License',
'License :: Public Domain',
'Programming Language :: Python :: 3.5',
'Programming Language :: Python :: 3.6',
'Topic :: Scientific/Engineering :: Atmospheric Science',
'Topic :: Scientific/Engineering :: Climate Monitoring',
'Topic :: Scientific/Engineering :: Physics',
],
)

0 comments on commit a3223d8

Please sign in to comment.