mirror of
https://github.com/Hopiu/django-markdownx.git
synced 2026-03-16 21:40:24 +00:00
Classifiers update
This commit is contained in:
parent
dbcc24814c
commit
980a322f7a
1 changed files with 3 additions and 0 deletions
3
setup.py
3
setup.py
|
|
@ -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(),
|
||||
|
|
|
|||
Loading…
Reference in a new issue