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