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