notebook/MANIFEST.in
Min RK 599e504a1a add bower.json from ipython-components
`bower install` in package repo fetches components
2015-04-21 15:37:09 -07:00

25 lines
410 B
Plaintext

include COPYING.md
include CONTRIBUTING.md
include README.md
include bower.json
include .bowerrc
# Documentation
graft docs
exclude docs/\#*
# Examples
graft examples
# docs subdirs we want to skip
prune docs/build
prune docs/gh-pages
prune docs/dist
# Patterns to exclude from any directory
global-exclude *~
global-exclude *.pyc
global-exclude *.pyo
global-exclude .git
global-exclude .ipynb_checkpoints