File: MANIFEST.in

package info (click to toggle)
jupyter-sphinx-theme 0.0.6%2Bds1-13
  • links: PTS, VCS
  • area: main
  • in suites: experimental
  • size: 308 kB
  • sloc: makefile: 168; python: 119; sh: 6
file content (15 lines) | stat: -rw-r--r-- 269 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# Top level.
include *.txt
include *.rst
include *.md

# Non-python files.
recursive-include jupyter_sphinx_theme *
recursive-exclude node_modules *

# Extraneous files.
global-exclude .DS_Store
global-exclude *.pyc
exclude node_modules
exclude demo
exclude fabfile.py