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',