Classify tweepy.
authorMark Smith <mark.smith@practicalpoetry.co.uk>
Sat, 15 Nov 2014 13:47:52 +0000 (14:47 +0100)
committerMark Smith <mark.smith@practicalpoetry.co.uk>
Sat, 15 Nov 2014 13:47:52 +0000 (14:47 +0100)
setup.py

index bbac8a15a554458882b4e6517bf033bb91fa2e8c..2de2d051740d9c2b0d2146aaefc11166e3a3f589 100644 (file)
--- 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)