notebook/MANIFEST.in
2020-12-04 15:15:41 +02:00

22 lines
394 B
Plaintext

include LICENSE
include README.md
include pyproject.toml
include jupyter-config/jupyterlab-classic.json
include package.json
include install.json
include ts*.json
# 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