Skip to content

Commit 388cf76

Browse files
michaeljohnbarrtomchristie
authored andcommitted
Adds Django/Python Trove Classifiers (encode#4662)
1 parent ea60872 commit 388cf76

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

setup.py

+8
Original file line numberDiff line numberDiff line change
@@ -92,11 +92,19 @@ def get_package_data(package):
9292
'Development Status :: 5 - Production/Stable',
9393
'Environment :: Web Environment',
9494
'Framework :: Django',
95+
'Framework :: Django :: 1.8',
96+
'Framework :: Django :: 1.9',
97+
'Framework :: Django :: 1.10',
9598
'Intended Audience :: Developers',
9699
'License :: OSI Approved :: BSD License',
97100
'Operating System :: OS Independent',
98101
'Programming Language :: Python',
102+
'Programming Language :: Python :: 2',
103+
'Programming Language :: Python :: 2.7',
99104
'Programming Language :: Python :: 3',
105+
'Programming Language :: Python :: 3.3',
106+
'Programming Language :: Python :: 3.4',
107+
'Programming Language :: Python :: 3.5',
100108
'Topic :: Internet :: WWW/HTTP',
101109
]
102110
)

0 commit comments

Comments
 (0)