summaryrefslogtreecommitdiff
path: root/MANIFEST.in
blob: b8959cf00ee6f63a239803e92d0cc9d58e8e91f7 (plain)
1
2
3
4
5
6
7
8
9
10
11
# setuptools-scm by default adds all SCM tracked files, we prune the following maintenance related ones (sdist only)
exclude .gitattributes
exclude .gitignore
exclude .github/*

exclude azure-pipelines.yml
exclude readthedocs.yml
exclude MANIFEST.in

exclude tasks/release.py
exclude tasks/upgrade_wheels.py