This commit is contained in:
Adrian 2015-09-06 21:34:05 +02:00
parent 7425c3297e
commit 61eaefb4d6

View file

@ -3,19 +3,18 @@ from setuptools import setup, find_packages
import os
if 'vagrant' in str(os.environ):
del os.link
setup(
name='django-markdownx',
version='0.4.2',
version='1.0.0',
packages=find_packages(),
include_package_data=True,
description='Simple markdown editor (with live preview and images uploads) built for Django',
description='Simple markdown editor (without any shitty UI controls) with image uploads (stored in MEDIA_ROOT folder) and live preview',
url='https://github.com/adi-/django-markdownx',
author='adi-',
author_email='adrian@enove.pl',
author_email='aaadeji@gmail.com',
license='BSD',
classifiers=[
'Development Status :: 4 - Beta',
'Development Status :: 5 - Production/Stable',
'Environment :: Web Environment',
'Framework :: Django',
'Intended Audience :: Developers',