Add *ini files in migrations to package data
Project: http://git-wip-us.apache.org/repos/asf/cloudstack-gcestack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack-gcestack/commit/8f696555 Tree: http://git-wip-us.apache.org/repos/asf/cloudstack-gcestack/tree/8f696555 Diff: http://git-wip-us.apache.org/repos/asf/cloudstack-gcestack/diff/8f696555 Branch: refs/heads/master Commit: 8f696555df932ef9e87edf108c7ed10904a8b256 Parents: df678ea Author: BroganD1993 <darrenbro...@hotmail.com> Authored: Tue Jun 24 19:17:34 2014 +0100 Committer: BroganD1993 <darrenbro...@hotmail.com> Committed: Tue Jun 24 19:17:34 2014 +0100 ---------------------------------------------------------------------- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cloudstack-gcestack/blob/8f696555/setup.py ---------------------------------------------------------------------- diff --git a/setup.py b/setup.py index cc6b299..9d659e2 100755 --- a/setup.py +++ b/setup.py @@ -46,7 +46,7 @@ setup( platforms=('Any'), license='LICENSE.txt', package_data={'': ['LICENSE.txt', 'data/*'], - 'migrations': ['versions/*', '*.mako']}, + 'migrations': ['versions/*', '*.mako', '*.ini']}, packages=[ 'gstack', 'gstack.controllers',