Finish packaging and change to src-based packaging layout, replace caddy with haproxy for performance, and update docker-compose and Dockerfiles for new packaging.
This commit is contained in:
parent
959b06c425
commit
762361a21b
210 changed files with 235 additions and 168 deletions
37
MANIFEST.in
37
MANIFEST.in
|
|
@ -1,29 +1,30 @@
|
|||
include README.md
|
||||
include LICENSE
|
||||
|
||||
graft accounts/templates
|
||||
graft accounts/migrations
|
||||
graft src/pkmntrade_club/accounts/templates
|
||||
graft src/pkmntrade_club/accounts/migrations
|
||||
|
||||
graft cards/templates
|
||||
graft cards/migrations
|
||||
graft src/pkmntrade_club/cards/templates
|
||||
graft src/pkmntrade_club/cards/migrations
|
||||
|
||||
graft home/migrations
|
||||
graft src/pkmntrade_club/home/migrations
|
||||
|
||||
graft theme/templates
|
||||
graft theme/templatetags
|
||||
graft theme/static
|
||||
graft src/pkmntrade_club/theme/templates
|
||||
graft src/pkmntrade_club/theme/templatetags
|
||||
graft src/pkmntrade_club/theme/static
|
||||
|
||||
graft trades/templates
|
||||
graft trades/migrations
|
||||
graft src/pkmntrade_club/trades/templates
|
||||
graft src/pkmntrade_club/trades/migrations
|
||||
|
||||
graft static
|
||||
graft src/pkmntrade_club/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
|
||||
recursive-include src/pkmntrade_club/accounts *.html *.py
|
||||
recursive-include src/pkmntrade_club/cards *.html *.py
|
||||
recursive-include src/pkmntrade_club/common *.html *.py
|
||||
recursive-include src/pkmntrade_club/django_project *.html *.py
|
||||
recursive-include src/pkmntrade_club/home *.html *.py
|
||||
recursive-include src/pkmntrade_club/static *
|
||||
recursive-include src/pkmntrade_club/theme *.html *.py
|
||||
recursive-include src/pkmntrade_club/trades *.html *.py
|
||||
|
||||
global-exclude *.py[cod] __pycache__ .DS_Store .*
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue