-
Notifications
You must be signed in to change notification settings - Fork 134
/
MANIFEST.in
29 lines (29 loc) · 932 Bytes
/
MANIFEST.in
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
include CHANGES.md
include COMMITMENT
include LICENSE
include integration_requirements.txt
include unittest_requirements.txt
include pyproject.toml
include requirements/requirements.common.txt
include Dockerfile.sync_tests_stage
recursive-include galaxy_ng *.md
graft galaxy_ng/app/webserver_snippets
graft galaxy_ng/app/static
graft galaxy_ng/locale
exclude mkdocs.yml
exclude netlify.toml
exclude docs
exclude doc_requirements.txt
exclude .readthedocs.yaml
include django-automated-logging-LICENSE.txt
include galaxy_ng/automated_logging/templates/dal/admin/view.html
include galaxy_ng/tests/integration/load_data.yaml
recursive-include galaxy_ng *.py
include galaxy_ng/tests/integration/utils/gpg/collection_sign.sh
include galaxy_ng/tests/integration/utils/gpg/qe-sign-priv.gpg
include galaxy-operator/bin/readyz.py
exclude .coveragerc
exclude sonar-project.properties
exclude aap_compose_dev.yaml
exclude tox.ini
prune .tekton