Skip to content

Commit

Permalink
MAINT: Update manifest (#265)
Browse files Browse the repository at this point in the history
  • Loading branch information
larsoner authored May 26, 2020
1 parent ae7383b commit 278cf21
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,10 @@ jobs:

before_install:
- pip install --upgrade pip setuptools # Ensure there is `wheel` support
- pip install pytest pytest-cov pydocstyle numpy matplotlib sphinx${SPHINX_SPEC} codecov
- pip install pytest pytest-cov pydocstyle numpy matplotlib sphinx${SPHINX_SPEC} codecov check-manifest

script:
- check-manifest
- |
python setup.py sdist
cd dist
Expand Down
6 changes: 6 additions & 0 deletions MANIFEST.in
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,13 @@ include MANIFEST.in
recursive-include numpydoc *
include *.txt
include *.rst
recursive-include doc *

# Exclude what we don't want to include
prune */__pycache__
exclude .circleci/config.yml
exclude .coveragerc
exclude codecov.yml
exclude doc/scipy-sphinx-theme/.git
exclude .gitmodules
global-exclude *.pyc *~ *.bak *.swp *.pyo

0 comments on commit 278cf21

Please sign in to comment.