aboutsummaryrefslogtreecommitdiffstats
path: root/MANIFEST.in
blob: afa925dcfcef6bf84148921d65d5f7b613072fc0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
include README.rst
include LICENSE
include .coveragerc
include .editorconfig
include *.py
include *.rst
include *.txt
include *.ini
include *.cfg
include *.yaml
include bin/invoke*

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

prune .tox
prune .venv*