virtualenv/MANIFEST.in
2020-02-04 14:51:00 +00:00

11 lines
308 B
Text

# 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