mirror of
https://github.com/jazzband/django-authority.git
synced 2026-03-16 22:20:28 +00:00
Added fixture file to package data.
This commit is contained in:
parent
32883905a4
commit
56507c4d52
2 changed files with 2 additions and 0 deletions
|
|
@ -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
setup.py
1
setup.py
|
|
@ -26,6 +26,7 @@ setup(
|
|||
],
|
||||
package_data = {
|
||||
'authority': [
|
||||
'fixtures/test.json',
|
||||
'templates/authority/*.html',
|
||||
'templates/admin/edit_inline/action_tabular.html',
|
||||
'templates/admin/permission_change_form.html',
|
||||
|
|
|
|||
Loading…
Reference in a new issue