notebook/MANIFEST.in

34 lines
563 B
Plaintext
Raw Permalink Normal View History

include LICENSE
include CONTRIBUTING.rst
2015-04-11 04:23:20 +08:00
include README.md
include CHANGELOG.md
include package.json
include pyproject.toml
include setup.py
include setupbase.py
include Dockerfile
graft tools
graft notebook/tests
2015-04-11 04:23:20 +08:00
2018-09-18 19:45:33 +08:00
# Translations
graft notebook/i18n
2015-04-11 04:23:20 +08:00
# 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