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