Files
django-dav-events/MANIFEST.in
heinzel 811983abfe
All checks were successful
buildbot/django-dav-events--test Build done.
Make tox work with python 3.11
2023-05-24 09:47:38 +02:00

26 lines
961 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 *
# dav_submission
include dav_submission/module.json
recursive-include dav_submission/django_project_config *.py
recursive-include dav_submission/templates *