forked from bokeh/bokeh
-
Notifications
You must be signed in to change notification settings - Fork 0
/
MANIFEST.in
35 lines (31 loc) · 802 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
# Include only unit tests
prune tests
graft tests/unit
# Don't include documentation
prune sphinx
# Things to always exclude
global-exclude .git*
global-exclude .ipynb_checkpoints
global-exclude *.py[co]
global-exclude __pycache__/**
# Top-level Config
include CHANGELOG
include classifiers.txt
include LICENSE.txt
include MANIFEST.in
include setup.cfg
include versioneer.py
include _setup_support.py
# Package files and data
include bokeh/LICENSE.txt
graft bokeh/core/_templates
graft bokeh/sampledata/_data
graft bokeh/sphinxext/_templates
graft bokeh/server/static
exclude bokeh/server/static/js/*.json
global-exclude *.js.map
include bokeh/server/static/js/bokeh.json
include bokeh/server/views/*.html
include bokeh/server/views/*.ico
include bokeh/util/sampledata.json
include bokeh/_sri.json