Skip to content

Commit

Permalink
Add classifiers
Browse files Browse the repository at this point in the history
This makes it clear what Python versions are supported.
  • Loading branch information
thijstriemstra committed Jul 27, 2015
1 parent 0c2f913 commit a581e9e
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,17 @@
test_suite='mailviews.tests.__main__.__main__',
zip_safe=False,
license='Apache License 2.0',
classifiers=[
'Development Status :: 5 - Production/Stable',
'Framework :: Django',
'Intended Audience :: Developers',
'License :: OSI Approved :: Apache License 2.0',
'Operating System :: OS Independent',
'Topic :: Software Development',
'Programming Language :: Python :: 2',
'Programming Language :: Python :: 2.6',
'Programming Language :: Python :: 2.7',
'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3.4',
]
)

0 comments on commit a581e9e

Please sign in to comment.