File: MANIFEST.in

package info (click to toggle)
python-sphinx-code-include 2.0.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,312 kB
  • sloc: javascript: 8,765; python: 1,402; makefile: 23
file content (32 lines) | stat: -rw-r--r-- 678 bytes parent folder | download
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
graft docs
graft src
graft ci
graft tests

include AUTHORS.rst
include CHANGELOG.rst
include CONTRIBUTING.rst
include LICENSE
include README.rst
include pyproject.toml
include requirements.txt
include test_requirements.txt

exclude .appveyor.yml
exclude .bumpversion.cfg
exclude .codacy.yaml
exclude .cookiecutterrc
exclude .coveragerc
exclude .editorconfig
exclude .pylintrc
exclude .readthedocs.yaml
exclude .travis.yml
exclude tox.ini

global-exclude *.py[cod] __pycache__/* *.so *.dylib

recursive-include fake_project *.bat
recursive-include fake_project *.md
recursive-include fake_project *.py
recursive-include fake_project *.rst
recursive-include fake_project Makefile