summaryrefslogtreecommitdiff
path: root/MANIFEST.in
blob: c758a17a5761a6b4cba0a64f308820e9e2963d64 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
exclude *.nix
exclude .pre-commit-config.yaml
exclude .git_archival.txt
include *.py
include testing/*.py
include tox.ini
include *.rst
include LICENSE
include *.toml
include mypy.ini
include testing/Dockerfile.busted-buster
recursive-include testing *.bash