From: Mark Smith Date: Sat, 15 Nov 2014 13:47:52 +0000 (+0100) Subject: Classify tweepy. X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=d6942d6f8ce74c17b330f0a5f4c818c7bde49352;p=tweepy.git Classify tweepy. --- diff --git a/setup.py b/setup.py index bbac8a1..2de2d05 100644 --- a/setup.py +++ b/setup.py @@ -27,4 +27,17 @@ setup(name="tweepy", packages=find_packages(exclude=['tests']), install_requires=reqs, keywords="twitter library", + classifiers=[ + 'Development Status :: 4 - Beta', + 'Topic :: Software Development :: Libraries', + 'License :: OSI Approved :: MIT License', + 'Operating System :: OS Independent', + 'Programming Language :: Python', + 'Programming Language :: Python :: 2', + 'Programming Language :: Python :: 2.6', + 'Programming Language :: Python :: 2.7', + 'Programming Language :: Python :: 3', + 'Programming Language :: Python :: 3.3', + 'Programming Language :: Python :: 3.4', + ], zip_safe=True)