Skip to content

Commit 278cf21

Browse files
authored
MAINT: Update manifest (#265)
1 parent ae7383b commit 278cf21

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

.travis.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,10 @@ jobs:
2727

2828
before_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

3232
script:
33+
- check-manifest
3334
- |
3435
python setup.py sdist
3536
cd dist

MANIFEST.in

+6
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,13 @@ include MANIFEST.in
22
recursive-include numpydoc *
33
include *.txt
44
include *.rst
5+
recursive-include doc *
56

67
# Exclude what we don't want to include
78
prune */__pycache__
9+
exclude .circleci/config.yml
10+
exclude .coveragerc
11+
exclude codecov.yml
12+
exclude doc/scipy-sphinx-theme/.git
13+
exclude .gitmodules
814
global-exclude *.pyc *~ *.bak *.swp *.pyo

0 commit comments

Comments
 (0)