mirror of
https://github.com/Hopiu/django-markdownx.git
synced 2026-04-29 09:14:42 +00:00
v1.0.0
This commit is contained in:
parent
7425c3297e
commit
61eaefb4d6
1 changed files with 4 additions and 5 deletions
9
setup.py
9
setup.py
|
|
@ -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',
|
||||
|
|
|
|||
Loading…
Reference in a new issue