fix manifest.in to properly include package files, and fix docker-compose web and staging to use the correct tags (stable and staging) instead of edge

This commit is contained in:
badblocks 2025-05-18 18:54:36 -07:00
parent 95d794d8b9
commit eeae7ae675
7 changed files with 14 additions and 36 deletions

View file

@ -1,30 +1,9 @@
include README.md
include LICENSE
graft src/pkmntrade_club/accounts/templates
graft src/pkmntrade_club/accounts/migrations
graft src/pkmntrade_club
prune src/pkmntrade_club/theme/static_src
prune src/pkmntrade_club/staticfiles/*
prune src/pkmntrade_club/media/*
graft src/pkmntrade_club/cards/templates
graft src/pkmntrade_club/cards/migrations
graft src/pkmntrade_club/home/migrations
graft src/pkmntrade_club/theme/templates
graft src/pkmntrade_club/theme/templatetags
graft src/pkmntrade_club/theme/static
graft src/pkmntrade_club/trades/templates
graft src/pkmntrade_club/trades/migrations
graft src/pkmntrade_club/static
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 .*
global-exclude *.py[cod] __pycache__ .DS_Store .*