From bf76ade963b8f225cc3d41876fc55bc1bd1f3a1d Mon Sep 17 00:00:00 2001 From: Bohuslav Kabrda Date: Thu, 21 Mar 2013 08:38:31 +0100 Subject: [PATCH] Add test.py to archive, bump to 0.0.3 --- MANIFEST.in | 1 + setup.py | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) mode change 100644 => 100755 setup.py diff --git a/MANIFEST.in b/MANIFEST.in index c1a7121..52063c8 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -1,2 +1,3 @@ include LICENSE include README.md +include test.py diff --git a/setup.py b/setup.py old mode 100644 new mode 100755 index 8e375f7..af46bb5 --- a/setup.py +++ b/setup.py @@ -9,7 +9,7 @@ except: setup( name = 'flask-whooshee', - version = '0.0.2', + version = '0.0.3', description = 'Flask - SQLAlchemy - Whoosh integration', long_description = 'Flask - SQLAlchemy - Whoosh integration that allows to create and search custom indexes.', keywords = 'flask, sqlalchemy, whoosh',