-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathMANIFEST.in
44 lines (37 loc) · 876 Bytes
/
MANIFEST.in
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
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
include LICENSE
include README.md
include pyproject.toml
recursive-include jupyter-config *.json
include package.json
include install.json
include ts*.json
include yarn.lock
exclude lint-staged.config.js
exclude Press_Release.md
exclude jupyter_config.json
exclude webpack_config.js
graft jupyterlab_comments/labextension
# Javascript files
graft src
graft style
prune **/node_modules
prune lib
prune binder
prune .husky
# Patterns to exclude from any directory
global-exclude *~
global-exclude *.pyc
global-exclude *.pyo
global-exclude .git
global-exclude .ipynb_checkpoints
# Read the docs
recursive-include docs *.bat
recursive-include docs *.md
recursive-include docs *.py
recursive-include docs *.rst
recursive-include docs *.txt
recursive-include docs *.png
recursive-include docs Makefile
# demo folder
recursive-include demo *.ipynb
recursive-include demo *.py