mirror of
https://github.com/Hopiu/django-markdownx.git
synced 2026-03-16 21:40:24 +00:00
setup.py cleanup #2
This commit is contained in:
parent
ec5c4801b9
commit
255310e9dc
1 changed files with 2 additions and 3 deletions
5
setup.py
5
setup.py
|
|
@ -16,8 +16,7 @@ setup(
|
|||
description='Django Markdownx is a Markdown editor built for Django. It enables raw editing, live preview and image uploads (stored in `MEDIA` folder) with drag&drop functionality and auto tag insertion. Also, django-markdownx supports multiple editors on one page.',
|
||||
long_description='See full readme: https://github.com/adi-/django-markdownx',
|
||||
url='https://github.com/adi-/django-markdownx',
|
||||
author='adi-',
|
||||
author_email='aaadeji@gmail.com',
|
||||
download_url='https://github.com/adi-/django-markdownx/archive/master.zip',
|
||||
license='BSD',
|
||||
classifiers=[
|
||||
'Development Status :: 5 - Production/Stable',
|
||||
|
|
@ -34,7 +33,7 @@ setup(
|
|||
'Programming Language :: Python :: 3.4',
|
||||
'Programming Language :: Python :: 3.5',
|
||||
],
|
||||
keywords='django markdown live preview images upload',
|
||||
keywords='django markdown markdownx django-markdownx editor image upload drag&drop',
|
||||
tests_require=get_requirements(),
|
||||
test_suite='runtests',
|
||||
install_requires=get_requirements(),
|
||||
|
|
|
|||
Loading…
Reference in a new issue