Files
django-dav-events/MANIFEST.in
Jens Kleineheismann c3f8a70479
All checks were successful
Run tests / Execute tox to run the test suite (push) Successful in 3m25s
Fix #63 : Remove dav_submission module
2024-09-16 10:37:32 +02:00

22 lines
804 B
Plaintext

# dav_base
recursive-include dav_base/console_scripts/django_project_config *.py
recursive-include dav_base/static *
recursive-include dav_base/templates *
# dav_auth
include dav_auth/module.json
recursive-include dav_auth/django_project_config *.py
recursive-include dav_auth/templates *
# dav_events
include dav_events/module.json
recursive-include dav_events/django_project_config *.py
recursive-include dav_events/templates *
# dav_registration
include dav_registration/module.json
recursive-include dav_registration/django_project_config *.py
recursive-include dav_registration/static *
recursive-include dav_registration/templates *
# dav_event_office
include dav_event_office/module.json
recursive-include dav_event_office/django_project_config *.py
recursive-include dav_event_office/templates *