File tree Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Original file line number Diff line number Diff line change 2727
2828before_install :
2929 - pip install --upgrade pip setuptools # Ensure there is `wheel` support
30- - pip install pytest pytest-cov pydocstyle numpy matplotlib sphinx${SPHINX_SPEC} codecov
30+ - pip install pytest pytest-cov pydocstyle numpy matplotlib sphinx${SPHINX_SPEC} codecov check-manifest
3131
3232script :
33+ - check-manifest
3334 - |
3435 python setup.py sdist
3536 cd dist
Original file line number Diff line number Diff line change @@ -2,7 +2,13 @@ include MANIFEST.in
22recursive-include numpydoc *
33include *.txt
44include *.rst
5+ recursive-include doc *
56
67# Exclude what we don't want to include
78prune */__pycache__
9+ exclude .circleci/config.yml
10+ exclude .coveragerc
11+ exclude codecov.yml
12+ exclude doc/scipy-sphinx-theme/.git
13+ exclude .gitmodules
814global-exclude *.pyc *~ *.bak *.swp *.pyo
You can’t perform that action at this time.
0 commit comments