README.md fix on PyPi

This commit is contained in:
Adrian 2014-11-03 10:31:41 +01:00
parent 92a67c0493
commit c7afbc669b
3 changed files with 5 additions and 2 deletions

View file

@ -1,5 +1,4 @@
include LICENSE
include README.md
recursive-include markdownx/static *
recursive-include markdownx/templates *
recursive-include markdownx/locale *

View file

@ -128,6 +128,10 @@ It is easy customizable, i.e. when you want to use Bootstrap 3 and "real" side-b
# Changelog
### v0.1.3
* README.md fix on PyPi
### v0.1.2
* critical setuptools fix

View file

@ -6,7 +6,7 @@ if 'vagrant' in str(os.environ):
setup(
name='django-markdownx',
version='0.1.2',
version='0.1.3',
packages=find_packages(),
description='Simple markdown editor (with live preview and images uploads) built for Django',
url='https://github.com/adi-/django-markdownx',