Skip to content

Commit

Permalink
Merge pull request #32 from Yelp/dinah/add-classifiers
Browse files Browse the repository at this point in the history
Add classifiers to setup.py
  • Loading branch information
dinahshi committed Dec 4, 2015
2 parents a263912 + cc8c994 commit 62307b6
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,15 @@
author='Yelp',
author_email='partnerships@yelp.com',

classifiers=[
'License :: OSI Approved :: MIT License',
'Programming Language :: Python :: 2',
'Programming Language :: Python :: 2.7',
'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3.4',
'Programming Language :: Python :: Implementation :: CPython'
],

license='MIT',

keywords='yelp',
Expand Down

0 comments on commit 62307b6

Please sign in to comment.