diff --git a/MANIFEST.in b/MANIFEST.in index c0c1cca840..d5344eb0c3 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -1,2 +1,3 @@ recursive-include timesketch/ui/static * -recursive-include timesketch/ui/templates * \ No newline at end of file +recursive-include timesketch/ui/templates * +include timesketch.conf \ No newline at end of file diff --git a/setup.py b/setup.py index f720adf547..9c3c2c9e63 100644 --- a/setup.py +++ b/setup.py @@ -29,7 +29,7 @@ setup( name=u'timesketch', - version=u'2015.7', + version=u'2015.7.post1', description=u'Collaborative forensic timeline analysis', long_description=timesketch_description, license=u'Apache License, Version 2.0', @@ -57,7 +57,7 @@ u'Flask-Bcrypt', u'Flask-RESTful', u'Flask-WTF', - u'SQLAlchemy ==0.9.8', + u'SQLAlchemy', u'celery', u'redis', u'blinker',