From 82ed7f52b400b846c5452fa530865b1194e46b7a Mon Sep 17 00:00:00 2001 From: Panos Laganakos Date: Mon, 7 Mar 2011 21:02:26 +0200 Subject: [PATCH] updated manifest to include other app fixtures. --- MANIFEST.in | 2 ++ setup.py | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/MANIFEST.in b/MANIFEST.in index 12b43f4..9cbb0f3 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -2,3 +2,5 @@ include *.txt include MANIFEST.in recursive-include docs * recursive-include helios/location/fixtures * +recursive-include helios/orders/fixtures * +recursive-include helios/store/fixtures * diff --git a/setup.py b/setup.py index 637e638..9561486 100644 --- a/setup.py +++ b/setup.py @@ -21,7 +21,7 @@ pkg = pkg.replace(os.path.altsep, '.') packages.append(pkg) elif filenames: - prefix = dirpath[5:] # Strip "currencies/" or "currencies\" + prefix = dirpath[5:] # Strip "helios/" or "helios\" for f in filenames: data_files.append(os.path.join(prefix, f))