summaryrefslogtreecommitdiff
path: root/MANIFEST.in
blob: fc1b5325c0e8cf29e14a6bed15d5c4a7d275600d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
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
prune nextgen