From 255310e9dc299658e7253fd3ea73a08636b164aa Mon Sep 17 00:00:00 2001 From: adi- Date: Sat, 14 May 2016 22:25:51 +0200 Subject: [PATCH] setup.py cleanup #2 --- setup.py | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/setup.py b/setup.py index 716c150..0efa189 100755 --- a/setup.py +++ b/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(),