Skip to content

Commit

Permalink
updated pypi metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
orbeckst committed Aug 9, 2018
1 parent 60144d8 commit b188d53
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,25 @@
author='Oliver Beckstein',
author_email='orbeckst@gmail.com',
url = 'https://github.com/Becksteinlab/numkit',
project_urls={'Documentation': 'https://numkit.readthedocs.org/',
'Issue Tracker': 'https://github.com/Becksteinlab/numkit/issues',
'Source': 'https://github.com/Becksteinlab/numkit',
},
classifiers=[
'Development Status :: 4 - Beta',
'Environment :: Console',
'Intended Audience :: Science/Research',
'License :: OSI Approved :: BSD License',
'Operating System :: POSIX',
'Programming Language :: Python',
'Operating System :: MacOS :: MacOS X',
'Programming Language :: Python',
'Programming Language :: Python :: 2',
'Programming Language :: Python :: 2.7',
'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3.4',
'Programming Language :: Python :: 3.5',
'Programming Language :: Python :: 3.6',
'Topic :: Scientific/Engineering',
'Topic :: Software Development :: Libraries :: Python Modules',
],
Expand All @@ -32,6 +44,7 @@
scripts=[],
license='BSD',
long_description=open('README.rst').read(),
long_description_content_type='text/x-rst',
tests_require = ['numpy>=1.9', 'pytest'],
install_requires=['numpy>=1.9', 'scipy>=1.0', 'six']
)

0 comments on commit b188d53

Please sign in to comment.