Skip to content

Commit

Permalink
Add classifiers to setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
dinahshi committed Dec 2, 2015
1 parent 1f2b787 commit cfddb8b
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 1 deletion.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
language: python
env: # These should match the tox env list
- TOXENV=py27
- TOXENV=py33
- TOXENV=py34
install: pip install coveralls tox
script: tox
Expand Down
10 changes: 10 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,16 @@
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.3',
'Programming Language :: Python :: 3.4',
'Programming Language :: Python :: Implementation :: CPython',
],

license='MIT',

keywords='yelp',
Expand Down
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[tox]
envlist = py27,py34
envlist = py27,py33,py34
project = yelp

[testenv]
Expand Down

0 comments on commit cfddb8b

Please sign in to comment.