Skip to content

Commit

Permalink
Update ignore list
Browse files Browse the repository at this point in the history
  • Loading branch information
FanwangM committed Sep 7, 2024
1 parent 70cc67e commit e66814c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions MANIFEST.in
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,10 @@ include MANIFEST.in
include CODE_OF_CONDUCT.md
include versioneer.py

prune selector/methods/tests
prune selector/measures/tests
prune notebooks
prune book

graft selector
global-exclude *.py[cod] __pycache__ *.so
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@ selector = ["*.xml"]
# Python modules and packages that are included in the
# distribution package (and therefore become importable)
[tool.setuptools.packages.find]
exclude = ["*/*/tests", "tests_*", "examples", "book"]
exclude = ["*/*/tests", "tests_*", "examples", "book/content", "notebooks"]


# PDM example
Expand Down

0 comments on commit e66814c

Please sign in to comment.