Skip to content

Commit

Permalink
updated manifest to include other app fixtures.
Browse files Browse the repository at this point in the history
  • Loading branch information
panosl committed Mar 7, 2011
1 parent c42073c commit 82ed7f5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions MANIFEST.in
Expand Up @@ -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 *
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -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))

Expand Down

0 comments on commit 82ed7f5

Please sign in to comment.