MANIFEST.in 474 Bytes
Newer Older
bellship24's avatar
bellship24 committed
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
include LICENSE
include *.md
include pyproject.toml
include conftest.py

include package.json
include install.json
include ts*.json
include *.config.js
include yarn.lock

graft jupyterlab_minio_browser /labextension

# Javascript files
graft src
graft style
graft ui-tests
prune **/node_modules
prune lib
prune binder

# Patterns to exclude from any directory
global-exclude *~
global-exclude *.pyc
global-exclude *.pyo
global-exclude .git
global-exclude .ipynb_checkpoints