From 6606f4968d3f875a98755a697e25e3e3b38d1854 Mon Sep 17 00:00:00 2001 From: jordij Date: Tue, 7 Jul 2015 16:14:00 +1200 Subject: [PATCH] Type fixed --- MANIFEST.in | 4 ++-- setup.py | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/MANIFEST.in b/MANIFEST.in index 4b7e790..e5daa64 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -1,2 +1,2 @@ -include README -recursive-include wagtailgmaps *.py *.html *.js *.css \ No newline at end of file +include README.md +recursive-include wagtailgmaps *.py *.html *.js *.css diff --git a/setup.py b/setup.py index b6063ed..c00cf97 100755 --- a/setup.py +++ b/setup.py @@ -9,7 +9,7 @@ setup( name='wagtailgmaps', - version='0.2.1', + version='0.2.2', packages=['wagtailgmaps'], include_package_data=True, license='BSD License',