Skip to content

Commit

Permalink
Added fixture file to package data.
Browse files Browse the repository at this point in the history
  • Loading branch information
jezdez committed Jan 15, 2010
1 parent 3288390 commit 56507c4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions MANIFEST.in
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ include buildout.cfg
include bootstrap.py
recursive-include authority/templates/authority *.html
recursive-include authority/templates/admin *.html
recursive-include authority/fixtures *.json
recursive-include docs *.txt *.html
recursive-exclude docs/build *.txt
prune docs/build/html/_sources
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ def read(fname):
],
package_data = {
'authority': [
'fixtures/test.json',
'templates/authority/*.html',
'templates/admin/edit_inline/action_tabular.html',
'templates/admin/permission_change_form.html',
Expand Down

0 comments on commit 56507c4

Please sign in to comment.