Skip to content

MAINT: Update manifest #265

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
May 26, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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