Packaging fixes
This commit is contained in:
parent
fa6103d007
commit
959b06c425
19 changed files with 389 additions and 68 deletions
29
MANIFEST.in
Normal file
29
MANIFEST.in
Normal file
|
|
@ -0,0 +1,29 @@
|
|||
include README.md
|
||||
include LICENSE
|
||||
|
||||
graft accounts/templates
|
||||
graft accounts/migrations
|
||||
|
||||
graft cards/templates
|
||||
graft cards/migrations
|
||||
|
||||
graft home/migrations
|
||||
|
||||
graft theme/templates
|
||||
graft theme/templatetags
|
||||
graft theme/static
|
||||
|
||||
graft trades/templates
|
||||
graft trades/migrations
|
||||
|
||||
graft static
|
||||
|
||||
recursive-include accounts *.py
|
||||
recursive-include cards *.py
|
||||
recursive-include common *.py
|
||||
recursive-include django_project *.py
|
||||
recursive-include home *.py
|
||||
recursive-include theme *.py
|
||||
recursive-include trades *.py
|
||||
|
||||
global-exclude *.py[cod] __pycache__ .DS_Store .*
|
||||
Loading…
Add table
Add a link
Reference in a new issue