summaryrefslogtreecommitdiff
path: root/MANIFEST.in
blob: 92e3a53761450e5ecd258fa16064ad4d5038e271 (plain)
1
2
3
4
5
6
7
8
9
10
11
exclude *.nix
exclude .pre-commit-config.yaml
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