Skip to content

Commit

Permalink
Adds Django/Python Trove Classifiers (#4662)
Browse files Browse the repository at this point in the history
  • Loading branch information
michaeljohnbarr authored and tomchristie committed Nov 9, 2016
1 parent ea60872 commit 388cf76
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions setup.py
Expand Up @@ -92,11 +92,19 @@ def get_package_data(package):
'Development Status :: 5 - Production/Stable',
'Environment :: Web Environment',
'Framework :: Django',
'Framework :: Django :: 1.8',
'Framework :: Django :: 1.9',
'Framework :: Django :: 1.10',
'Intended Audience :: Developers',
'License :: OSI Approved :: BSD License',
'Operating System :: OS Independent',
'Programming Language :: Python',
'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 :: 3.5',
'Topic :: Internet :: WWW/HTTP',
]
)
Expand Down

0 comments on commit 388cf76

Please sign in to comment.