Skip to content

Commit

Permalink
modified: setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
wearp committed Sep 23, 2014
1 parent 3c59de5 commit f20426e
Showing 1 changed file with 11 additions and 2 deletions.
13 changes: 11 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

setup(
name='pyaltmetric',
version='0.1.2',
version='0.2.0',
packages=['pyaltmetric'],
description='Python Altmetric API v1 wrapper',
long_description=open('README.rst').read(),
Expand All @@ -14,6 +14,15 @@
install_requires=['requests'],
license="BSD",
zip_safe=True,
keywords='Altmetric altmetrics api wrapper',
keywords='Altmetric altmetric altmetrics api wrapper',
test_suite='tests',
classifiers=[
'Development Status :: 5 - Production/Stable',
'Intended Audience :: Developers',
'License :: OSI Approved :: MIT License',
'Natural Language :: English',
'Operating System :: OS Independent',
'Programming Language :: Python',
'Topic :: Software Development :: Libraries :: Python Modules'
]
)

0 comments on commit f20426e

Please sign in to comment.