-
Notifications
You must be signed in to change notification settings - Fork 61
/
Copy pathMANIFEST.in
50 lines (44 loc) · 964 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
45
46
47
48
49
50
include LICENSE
include CONTRIBUTING.rst
include README.md
include CHANGELOG.md
include package.json
include bower.json
include .bowerrc
include pyproject.toml
include setup.py
include setupbase.py
include Dockerfile
include *.js
include *.in
include *.md
include *.svg
include *.yml
recursive-include nbclassic *.cfg
recursive-include nbclassic *.json
recursive-include nbclassic *.less
recursive-include nbclassic *.md
recursive-include nbclassic *.png
recursive-include tests *.py
recursive-include jupyter_server_config.d nbclassic.json
graft tools
graft notebook/tests
# Translations
graft notebook/i18n
# Documentation
graft docs
exclude docs/\#*
# Examples
graft examples
# docs subdirs we want to skip
prune docs/build
prune docs/gh-pages
prune docs/dist
prune git-hooks
prune docs-translations
# Patterns to exclude from any directory
global-exclude *~
global-exclude *.pyc
global-exclude *.pyo
global-exclude .git
global-exclude .ipynb_checkpoints