File: MANIFEST.in

package info (click to toggle)
sphinx-panels 0.6.0-7
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 944 kB
  • sloc: python: 1,054; xml: 60; makefile: 23; sh: 16
file content (24 lines) | stat: -rw-r--r-- 549 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
exclude docs
recursive-exclude docs *
exclude tests
recursive-exclude tests *
exclude .circleci
recursive-exclude .circleci *
recursive-exclude ** __pycache__
recursive-exclude **/__pycache__ *

exclude .pre-commit-config.yaml
exclude .readthedocs.yml
exclude .flake8
exclude .scss-lint.yml
exclude tox.ini
exclude git_rebase_theme_branches.sh

include LICENSE
include README.md
include CHANGELOG.md
include web-compile-config.yml

recursive-include sphinx_panels/scss *
recursive-include sphinx_panels/_css *
recursive-include sphinx_panels/data *