Skip to content

Commit 96b89e1

Browse files
committed
refactor after #5259
1 parent a1bf9e4 commit 96b89e1

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

MANIFEST.in

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,10 @@ prune benchmarks
33
prune docs
44
prune etc
55
recursive-include lib *.cdl *.cml *.json *.md *.py *.template *.txt *.xml
6-
prune requirements
6+
recursive-exclude requirements *.lock *.md *.yml
7+
recursive-include requirements *.txt
78
prune tools
9+
exclude .flake8
810
exclude .git-blame-ignore-revs
911
exclude .git_archival.txt
1012
exclude .gitattributes
@@ -20,8 +22,8 @@ exclude Makefile
2022
exclude noxfile.py
2123

2224
# files required to build iris.std_names module
23-
include tools/generate_std_names.py
2425
include etc/cf-standard-name-table.xml
26+
include tools/generate_std_names.py
2527

2628
global-exclude *.py[cod]
2729
global-exclude __pycache__

0 commit comments

Comments
 (0)