Skip to content

Commit

Permalink
Merge pull request #481 from jamesturk/classifiers
Browse files Browse the repository at this point in the history
add trove classifiers
  • Loading branch information
joshfriend committed Jul 14, 2015
2 parents 7538b00 + 35bd8c9 commit 37e3af8
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions setup.py
Expand Up @@ -22,6 +22,12 @@
author_email='help@twilio.com',
description='Simple framework for creating REST APIs',
packages=find_packages(exclude=['tests']),
classifiers=[
'Programming Language :: Python :: 2.6',
'Programming Language :: Python :: 2.7',
'Programming Language :: Python :: 3.3',
'Programming Language :: Python :: 3.4',
],
zip_safe=False,
include_package_data=True,
platforms='any',
Expand Down

0 comments on commit 37e3af8

Please sign in to comment.