forked from SciTools/iris
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathMANIFEST.in
More file actions
23 lines (18 loc) · 696 Bytes
/
MANIFEST.in
File metadata and controls
23 lines (18 loc) · 696 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# Top-level files
include CHANGES COPYING COPYING.LESSER
# Files from setup.py package_data that are not automatically added to source distributions
recursive-include lib/iris/tests/results *.cml *.cdl *.txt *.xml *.json
recursive-include lib/iris/etc *
include lib/iris/tests/stock/file_headers/*
recursive-include requirements *
# File required to build docs
recursive-include docs Makefile *.js *.png *.py *.rst
prune docs/src/_build
prune docs/src/generated
prune docs/gallery_tests
# Files required to build std_names module
include tools/generate_std_names.py
include etc/cf-standard-name-table.xml
global-exclude *.pyc
global-exclude __pycache__
global-exclude iris_image_test_output