summaryrefslogtreecommitdiff
path: root/MANIFEST.in
blob: 54e9473e2c3b48098a95ebed0b30a0eb5f3ab54e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
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.*
include src/setuptools_scm/.git_archival.txt
recursive-include testing *.bash