mirror of
https://github.com/Hopiu/django-markdownx.git
synced 2026-03-16 21:40:24 +00:00
Specified framework versions for PYPI
This commit is contained in:
parent
61e728aa6b
commit
01212d93f8
1 changed files with 3 additions and 1 deletions
4
setup.py
4
setup.py
|
|
@ -22,7 +22,9 @@ setup(
|
|||
classifiers=[
|
||||
'Development Status :: 5 - Production/Stable',
|
||||
'Environment :: Web Environment',
|
||||
'Framework :: Django',
|
||||
'Framework :: Django :: 1.7',
|
||||
'Framework :: Django :: 1.8',
|
||||
'Framework :: Django :: 1.9',
|
||||
'Intended Audience :: Developers',
|
||||
'License :: OSI Approved :: BSD License',
|
||||
'Topic :: Software Development',
|
||||
|
|
|
|||
Loading…
Reference in a new issue