diff --git a/README.md b/README.md index 904af27..9c4a285 100755 --- a/README.md +++ b/README.md @@ -128,6 +128,10 @@ It is easy customizable, i.e. when you want to use Bootstrap 3 and "real" side-b # Changelog +### v0.1.4 + +* package data fix + ### v0.1.3 * README.md fix on PyPi diff --git a/setup.py b/setup.py index 499f5e4..124d2f4 100755 --- a/setup.py +++ b/setup.py @@ -6,8 +6,9 @@ if 'vagrant' in str(os.environ): setup( name='django-markdownx', - version='0.1.3', + version='0.1.4', packages=find_packages(), + include_package_data=True, description='Simple markdown editor (with live preview and images uploads) built for Django', url='https://github.com/adi-/django-markdownx', author='Adrian Drzewicki',