notebook/MANIFEST.in
Jeremy Tuloup deee0bd750
Add Binder (#2)
* Add Binder

* Build from source on Binder

* Add support for notebook server extensions

* Add notebook shim

* Remove python from deps

* Add templates to MANIFEST

* Binder

* Add matplotlib and numpy to Binder
2020-12-07 19:55:10 +01:00

26 lines
500 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
graft jupyterlab-classic/labextension
graft jupyterlab-classic/static
graft jupyterlab-classic/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