2019-11-05 04:29:01 +08:00
|
|
|
include LICENSE
|
2017-04-07 23:34:10 +08:00
|
|
|
include CONTRIBUTING.rst
|
2015-04-11 04:23:20 +08:00
|
|
|
include README.md
|
2021-03-23 18:02:11 +08:00
|
|
|
include CHANGELOG.md
|
2015-07-28 05:54:38 +08:00
|
|
|
include package.json
|
2021-05-13 00:04:31 +08:00
|
|
|
include pyproject.toml
|
|
|
|
include setup.py
|
2015-07-28 05:54:38 +08:00
|
|
|
include setupbase.py
|
|
|
|
include Dockerfile
|
|
|
|
graft tools
|
2021-05-13 00:04:31 +08:00
|
|
|
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
|