From f20426ef883a8a26dbf427505beaad224297c308 Mon Sep 17 00:00:00 2001 From: Will Earp Date: Tue, 23 Sep 2014 18:33:22 +0100 Subject: [PATCH] modified: setup.py --- setup.py | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index 27c7c6d..9da5cf2 100755 --- a/setup.py +++ b/setup.py @@ -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(), @@ -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' + ] )