You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
27 lines
472 B
27 lines
472 B
include LICENSE
|
|
include *.md
|
|
include pyproject.toml
|
|
include setup.py
|
|
include jupyter-config/retrolab.json
|
|
|
|
include package.json
|
|
include install.json
|
|
include ts*.json
|
|
|
|
graft retrolab/labextension
|
|
graft retrolab/static
|
|
graft retrolab/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
|