mirror of
https://github.com/Hopiu/django-markdownx.git
synced 2026-04-28 08:54:42 +00:00
Critical fix
This commit is contained in:
parent
586ffee56b
commit
d581efa1a9
2 changed files with 5 additions and 1 deletions
|
|
@ -3,3 +3,7 @@ include README.md
|
|||
recursive-include markdownx/static *
|
||||
recursive-include markdownx/templates *
|
||||
recursive-include markdownx/locale *
|
||||
|
||||
global-exclude *.pyc
|
||||
global-exclude .DS_Store
|
||||
global-exclude *.mo
|
||||
|
|
|
|||
2
setup.py
2
setup.py
|
|
@ -6,7 +6,7 @@ if 'vagrant' in str(os.environ):
|
|||
|
||||
setup(
|
||||
name='django-markdownx',
|
||||
version='0.1.1',
|
||||
version='0.1.2',
|
||||
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