We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ea60872 commit 388cf76Copy full SHA for 388cf76
setup.py
@@ -92,11 +92,19 @@ def get_package_data(package):
92
'Development Status :: 5 - Production/Stable',
93
'Environment :: Web Environment',
94
'Framework :: Django',
95
+ 'Framework :: Django :: 1.8',
96
+ 'Framework :: Django :: 1.9',
97
+ 'Framework :: Django :: 1.10',
98
'Intended Audience :: Developers',
99
'License :: OSI Approved :: BSD License',
100
'Operating System :: OS Independent',
101
'Programming Language :: Python',
102
+ 'Programming Language :: Python :: 2',
103
+ 'Programming Language :: Python :: 2.7',
104
'Programming Language :: Python :: 3',
105
+ 'Programming Language :: Python :: 3.3',
106
+ 'Programming Language :: Python :: 3.4',
107
+ 'Programming Language :: Python :: 3.5',
108
'Topic :: Internet :: WWW/HTTP',
109
]
110
)
0 commit comments