forked from rucio/rucio
-
Notifications
You must be signed in to change notification settings - Fork 0
/
MANIFEST.in.rucio
33 lines (33 loc) · 934 Bytes
/
MANIFEST.in.rucio
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
30
31
32
33
include MANIFEST.in pylintrc
include AUTHORS
include LICENSE
include ChangeLog
include README.rst
include setuputil.py
include setup.py
include setup.cfg
include pyproject.toml
include requirements.txt
include lib/rucio/db/migrate_repo/script.py.mako
include etc/rse-accounts.cfg.template
include etc/rucio.cfg.atlas.client.template
include etc/rucio.cfg.template
include tools/bootstrap.py
include tools/reset_database.py
recursive-include lib/rucio/db/sqla/migrate_repo/versions *.py
recursive-include tools/probes *
recursive-include etc/schemas *.json
recursive-include etc/mail_templates *.tmpl
recursive-include lib/rucio/web/rest/flaskapi/v1/templates *.html
prune lib/rucio/web/ui
prune dist
prune examples
prune .coverage
prune build/
prune covhtml
prune doc/
prune lib/rucio*egg-info/
prune tools/patches
prune .venv
prune .DS_Store
global-exclude *.pyc *.log *.db *.swp *.proxy *~ rse-accounts.cfg rucio*.cfg emulation.cfg