File: MANIFEST.in

package info (click to toggle)
python-cogapp 3.6.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 388 kB
  • sloc: python: 3,449; makefile: 79
file content (18 lines) | stat: -rw-r--r-- 403 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
include .coveragerc
include .editorconfig
include .git-blame-ignore-revs
include .pre-commit-config.yaml
include .readthedocs.yaml
include CHANGELOG.rst
include LICENSE.txt
include Makefile
include README.rst
include requirements.pip
include tox.ini

recursive-include cogapp *.py
recursive-include docs Makefile *.py *.rst
recursive-include docs/_static *
recursive-include success *

prune doc/_build