https://github.com/slundberg/shap
Raw File
Tip revision: 70ef03b48fdf28e18e07282952f1acb75b541c77 authored by connortann on 02 April 2024, 15:30:18 UTC
MAINT: Minor simplifications and removal of duplication (#3567)
Tip revision: 70ef03b
MANIFEST.in
# This file controls what files are included in the source distribution.

# Note: setuptools-scm will by default include everything managed by git,
# so we need to manually exclude things that we don't wish to include.
# See: https://github.com/pypa/setuptools_scm/issues/190

prune .github
prune appveyor
prune data
prune docs
prune javascript
prune notebooks
exclude .git-blame-ignore-revs .gitattributes .gitignore .pre-commit-config.yaml .readthedocs.yml
exclude CONTRIBUTING.md requirements.txt MANIFEST.in
back to top