From 2e9a832463976cd882e3794d0da8f1f01b97670b Mon Sep 17 00:00:00 2001 From: Gaetan Delannay Date: Wed, 14 Aug 2013 09:24:40 +0200 Subject: [PATCH] [gen] Bugfix in publish.py for publishing Appy 0.8.5. --- bin/publish.py | 3 ++- doc/version.txt | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/bin/publish.py b/bin/publish.py index 1cc8a82..a86bd66 100644 --- a/bin/publish.py +++ b/bin/publish.py @@ -23,6 +23,7 @@ setup(name = "appy", version = "%s", ''' manifestInfo = ''' recursive-include appy/bin * +recursive-include appy/fields * recursive-include appy/gen * recursive-include appy/pod * recursive-include appy/shared * @@ -464,7 +465,7 @@ class Publisher: os.mkdir(genSrcFolder) for aFile in ('__init__.py',): shutil.copy('%s/%s' % (appyPath, aFile), genSrcFolder) - for aFolder in ('bin', 'gen', 'pod', 'px', 'shared'): + for aFolder in ('bin', 'fields', 'gen', 'pod', 'px', 'shared'): shutil.copytree('%s/%s' % (appyPath, aFolder), '%s/%s' % (genSrcFolder, aFolder)) # Remove some scripts from bin diff --git a/doc/version.txt b/doc/version.txt index b60d719..7ada0d3 100644 --- a/doc/version.txt +++ b/doc/version.txt @@ -1 +1 @@ -0.8.4 +0.8.5