mirror of
https://github.com/Hopiu/django-markdownx.git
synced 2026-03-26 01:40:24 +00:00
README.md fix on PyPi
This commit is contained in:
parent
92a67c0493
commit
c7afbc669b
3 changed files with 5 additions and 2 deletions
|
|
@ -1,5 +1,4 @@
|
|||
include LICENSE
|
||||
include README.md
|
||||
recursive-include markdownx/static *
|
||||
recursive-include markdownx/templates *
|
||||
recursive-include markdownx/locale *
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
2
setup.py
2
setup.py
|
|
@ -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',
|
||||
|
|
|
|||
Loading…
Reference in a new issue