Skip to content

Commit a606187

Browse files
committed
Fixes recursive include on non-package data
1 parent 28c5209 commit a606187

File tree

2 files changed

+4
-10
lines changed

2 files changed

+4
-10
lines changed

MANIFEST.in

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
recursive-include CIME *
2+
recursive-exclude CIME/tests *
3+
recursive-exclude **/__pycache__ *

setup.cfg

+1-10
Original file line numberDiff line numberDiff line change
@@ -4,16 +4,7 @@ version = 0.0.1
44

55
[options]
66
packages = find:
7-
8-
[options.packages.find]
9-
exclude = CIME.tests*
10-
11-
[options.package_data]
12-
CIME.build_scripts = *
13-
CIME.config = *,**/*,**/**/*,**/**/**/*,**/**/**/**/*
14-
CIME.Tools = *,**/*,**/**/*.**/**/*,**/**/**/**/*
15-
CIME.templates = *,**/*,**/**/*.**/**/*,**/**/**/**/*
16-
CIME.data = *,**/*,**/**/*.**/**/*,**/**/**/**/*
7+
include_package_data = True
178

189
[options.entry_points]
1910
console_scripts =

0 commit comments

Comments
 (0)