From 4c3e596a9d409cfa7125ad51bb4f7a7de6fcda59 Mon Sep 17 00:00:00 2001 From: Marcel Date: Tue, 7 Apr 2015 11:28:37 +0200 Subject: [PATCH] packaging hotfix --- MANIFEST.in | 2 +- docs/conf.py | 2 +- setup.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/MANIFEST.in b/MANIFEST.in index 0cfc896..9b217cb 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -1,3 +1,3 @@ include *.txt *.ini *.cfg *.rst -recursive-include gengine *.ico *.png *.css *.gif *.jpg *.pt *.txt *.mak *.mako *.js *.html *.xml README alembic alembic/versions alembic/env.py +recursive-include gengine *.ico *.png *.css *.gif *.jpg *.pt *.txt *.mak *.mako *.js *.html *.xml README alembic alembic/versions/*.py alembic/env.py recursive-include gengine_quickstart_template *.ini diff --git a/docs/conf.py b/docs/conf.py index 4de272d..6fdbdee 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -61,7 +61,7 @@ def __getattr__(cls, name): # The short X.Y version. version = '0.1' # The full version, including alpha/beta/rc tags. -release = '0.1.13' +release = '0.1.14' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. diff --git a/setup.py b/setup.py index ffe3ee4..fc4cb93 100644 --- a/setup.py +++ b/setup.py @@ -29,7 +29,7 @@ ] setup(name='gamification-engine', - version='0.1.13', + version='0.1.14', description='gamification-engine', long_description=README + '\n\n' + CHANGES, classifiers=[