Skip to content

Commit

Permalink
Fixes recursive include on non-package data
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonb5 committed Nov 8, 2021
1 parent 28c5209 commit a606187
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 10 deletions.
3 changes: 3 additions & 0 deletions MANIFEST.in
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
recursive-include CIME *
recursive-exclude CIME/tests *
recursive-exclude **/__pycache__ *
11 changes: 1 addition & 10 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,7 @@ version = 0.0.1

[options]
packages = find:

[options.packages.find]
exclude = CIME.tests*

[options.package_data]
CIME.build_scripts = *
CIME.config = *,**/*,**/**/*,**/**/**/*,**/**/**/**/*
CIME.Tools = *,**/*,**/**/*.**/**/*,**/**/**/**/*
CIME.templates = *,**/*,**/**/*.**/**/*,**/**/**/**/*
CIME.data = *,**/*,**/**/*.**/**/*,**/**/**/**/*
include_package_data = True

[options.entry_points]
console_scripts =
Expand Down

0 comments on commit a606187

Please sign in to comment.