summaryrefslogtreecommitdiff
path: root/MANIFEST.in
blob: b74fbe077b4590677d6e0b4b1bfa5356becf7dfa (plain)
1
2
3
4
5
6
7
8
9
exclude *.nix
exclude .pre-commit-config.yaml
include *.py
include testing/*.py
include tox.ini
include *.rst
include LICENSE
include *.toml
recursive-include testing *.bash