|
23 | 23 | install_requires=install_requires,
|
24 | 24 | include_package_data=True,
|
25 | 25 | classifiers=[
|
| 26 | + 'Development Status :: 5 - Production/Stable', |
26 | 27 | 'Environment :: Web Environment',
|
| 28 | + 'Framework :: Django', |
| 29 | + 'Framework :: Django :: 1.6', |
| 30 | + 'Framework :: Django :: 1.7', |
| 31 | + 'Framework :: Django :: 1.8', |
| 32 | + 'Framework :: Django :: 1.9', |
27 | 33 | 'Intended Audience :: Developers',
|
28 |
| - 'Development Status :: 5 - Production/Stable', |
29 | 34 | 'License :: OSI Approved :: MIT License',
|
30 | 35 | 'Operating System :: OS Independent',
|
31 | 36 | 'Programming Language :: Python',
|
| 37 | + 'Programming Language :: Python :: 2.7', |
32 | 38 | 'Programming Language :: Python :: 3',
|
| 39 | + 'Programming Language :: Python :: 3.4', |
| 40 | + 'Programming Language :: Python :: 3.5', |
| 41 | + 'Programming Language :: Python :: Implementation :: PyPy', |
33 | 42 | 'Topic :: Utilities',
|
| 43 | + 'Topic :: Software Development :: Libraries :: Python Modules', |
| 44 | + 'Topic :: Internet :: WWW/HTTP', |
| 45 | + 'Topic :: Internet :: WWW/HTTP :: Dynamic Content', |
34 | 46 | ]
|
35 | 47 | )
|
0 commit comments