-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathMANIFEST.in
More file actions
30 lines (30 loc) · 884 Bytes
/
MANIFEST.in
File metadata and controls
30 lines (30 loc) · 884 Bytes
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
include CHANGES.rst
include LICENSE.txt
include MANIFEST.in
include README.rst
include _meta.py
include doc/examples/*.py
include doc/examples/example_data.yaml
include doc/examples/icat.cfg
include doc/examples/icatdump-*.xml
include doc/examples/icatdump-*.yaml
include doc/examples/ingest-*.xml
include doc/examples/metadata-*.xml
include doc/examples/metadata.xml
include doc/icatdata*.xsd
include doc/man/*
include doc/tutorial/*.py
include etc/ingest-*.xsd
include etc/ingest.xslt
include tests/conftest.py
include tests/data/ingest-env.xslt
include tests/data/legacy-icatdump-*.xml
include tests/data/legacy-icatdump-*.yaml
include tests/data/metadata-*.xml
include tests/data/myingest.xsd
include tests/data/myingest.xslt
include tests/data/ref-icatdump-*.xml
include tests/data/ref-icatdump-*.yaml
include tests/data/summary*
include tests/pytest.ini
include tests/test_*.py