Skip to content
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

Explicitetly exclude or include all files in Manifest. #670

Merged
merged 1 commit into from
Sep 13, 2017
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
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,10 @@ install:
- pip install --upgrade setuptools pip
- pip install -f travis-wheels/wheelhouse . codecov coverage
- pip install nbconvert[execute,serve,test]
- pip install check-manifest
- python -m ipykernel.kernelspec --user
script:
- check-manifest
# cd so we test the install, not the repo
- cd `mktemp -d`
- py.test --cov nbconvert -v --pyargs nbconvert
Expand Down
6 changes: 6 additions & 0 deletions MANIFEST.in
Original file line number Diff line number Diff line change
@@ -1,10 +1,16 @@
include LICENSE
include CONTRIBUTING.md
include README.md
include .mailmap
include MANIFEST.in
include nbconvert/templates/skeleton/Makefile
include nbconvert/tests/README.md

# Documentation
graft docs
exclude docs/\#*
exclude readthedocs.yml
exclude codecov.yml

# Examples
graft examples
Expand Down
4 changes: 4 additions & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
@@ -1,2 +1,6 @@
[bdist_wheel]
universal=1

[check-manifest]
ignore =
nbconvert/resources/style.min.css