File: MANIFEST.in

package info (click to toggle)
python-sphinx-code-include 1.1.1-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,272 kB
  • sloc: javascript: 8,765; python: 1,270; makefile: 23
file content (29 lines) | stat: -rw-r--r-- 604 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
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

exclude .appveyor.yml
exclude .bumpversion.cfg
exclude .codacy.yaml
exclude .cookiecutterrc
exclude .coveragerc
exclude .editorconfig
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