Files
jupyterhub/MANIFEST.in
2014-09-04 14:45:21 -07:00

24 lines
408 B
Plaintext

include README.md
include COPYING.md
include setupegg.py
graft jupyterhub
graft scripts
graft share
prune share/jupyter/static/components
# Documentation
graft docs
# 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