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.
monkeyking/MANIFEST.in

27 lines
472 B

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