File: MANIFEST.in

package info (click to toggle)
python-parse-type 0.6.6-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 772 kB
  • sloc: python: 5,273; sh: 9; makefile: 6
file content (23 lines) | stat: -rw-r--r-- 487 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
include README.rst
include LICENSE
include .coveragerc
include .editorconfig
include *.py
include *.rst
include *.txt
include *.ini
include *.cfg
include *.yaml
include bin/invoke*
exclude __*.rst
exclude __*.txt

recursive-include bin            *.cmd *.py *.sh
recursive-include py.requirements  *.txt
recursive-include tasks         *.py *.txt
recursive-include tests         *.py
# -- DISABLED: recursive-include docs          *.rst *.txt *.py

prune .direnv
prune .tox
prune .venv*