setup.py cleanup #2

This commit is contained in:
adi- 2016-05-14 22:25:51 +02:00
parent ec5c4801b9
commit 255310e9dc

View file

@ -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(),