notebook/MANIFEST.in

27 lines
472 B
Plaintext
Raw Normal View History

2020-12-04 21:15:41 +08:00
include LICENSE
include *.md
2020-12-04 21:15:41 +08:00
include pyproject.toml
include setup.py
2022-01-18 23:43:12 +08:00
include jupyter-config/notebook.json
2020-12-04 21:15:41 +08:00
include package.json
include install.json
include ts*.json
2022-01-18 23:43:12 +08:00
graft notebook/labextension
graft notebook/static
graft notebook/templates
2020-12-07 23:37:15 +08:00
2020-12-04 21:15:41 +08:00
# Javascript files
graft src
graft style
prune **/node_modules
prune lib
# Patterns to exclude from any directory
global-exclude *~
global-exclude *.pyc
global-exclude *.pyo
global-exclude .git
global-exclude .ipynb_checkpoints