File tree 2 files changed +8
-1
lines changed
2 files changed +8
-1
lines changed Original file line number Diff line number Diff line change 27
27
28
28
before_install :
29
29
- 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
31
31
32
32
script :
33
+ - check-manifest
33
34
- |
34
35
python setup.py sdist
35
36
cd dist
Original file line number Diff line number Diff line change @@ -2,7 +2,13 @@ include MANIFEST.in
2
2
recursive-include numpydoc *
3
3
include *.txt
4
4
include *.rst
5
+ recursive-include doc *
5
6
6
7
# Exclude what we don't want to include
7
8
prune */__pycache__
9
+ exclude .circleci/config.yml
10
+ exclude .coveragerc
11
+ exclude codecov.yml
12
+ exclude doc/scipy-sphinx-theme/.git
13
+ exclude .gitmodules
8
14
global-exclude *.pyc *~ *.bak *.swp *.pyo
You can’t perform that action at this time.
0 commit comments