forked from bokeh/bokeh
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathMANIFEST.in
More file actions
31 lines (26 loc) · 675 Bytes
/
MANIFEST.in
File metadata and controls
31 lines (26 loc) · 675 Bytes
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
# Things to always exclude
global-exclude .git*
global-exclude .ipynb_checkpoints
global-exclude *.py[co]
# Top-level Config
include CHANGELOG
include classifiers.txt
include LICENSE.txt
include MANIFEST.in
include setup.cfg
include versioneer.py
include _setup_support.py
# BokehJS Build Junk
prune bokeh/server/static/js/tree
prune bokeh/server/static/js/tree_ts
# Tests
recursive-include tests *.py *.ipynb *.jinja *.js *.md *.png
# Docs
graft sphinx
prune sphinx/_build
# Examples
recursive-include examples *.html *.py *.ipynb *.md *.yaml
prune examples/embed/*.html
prune examples/models/file/*.html
prune examples/plotting/file/*.html
prune examples/webgl/*.html