notebook/MANIFEST.in
2022-03-01 08:39:53 +01:00

27 lines
472 B
Plaintext

include LICENSE
include *.md
include pyproject.toml
include setup.py
include jupyter-config/notebook.json
include package.json
include install.json
include ts*.json
graft notebook/labextension
graft notebook/static
graft notebook/templates
# 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