Classifiers update

This commit is contained in:
adi 2016-08-17 21:53:03 +02:00
parent dbcc24814c
commit 980a322f7a

View file

@ -21,6 +21,7 @@ setup(
classifiers=[
'Development Status :: 5 - Production/Stable',
'Environment :: Web Environment',
'Framework :: Django',
'Framework :: Django :: 1.8',
'Framework :: Django :: 1.9',
'Framework :: Django :: 1.10',
@ -28,9 +29,11 @@ setup(
'License :: OSI Approved :: BSD License',
'Operating System :: OS Independent',
'Programming Language :: JavaScript',
'Programming Language :: Python',
'Programming Language :: Python :: 2.7',
'Programming Language :: Python :: 3.4',
'Programming Language :: Python :: 3.5',
'Topic :: Software Development :: Libraries :: Python Modules',
],
keywords='django markdown markdownx django-markdownx editor image upload drag&drop',
tests_require=get_requirements(),