Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
build: Revise MANIFEST.in strategy to properly use prune (#1449)
* Remove global exclude of dotfiles from MANIFEST.in to avoid potential problems with build systems - c.f. scikit-build/scikit-build#537 * Use `prune **` to remove all files from the sdist - c.f. https://packaging.python.org/guides/using-manifest-in/#manifest-in-commands - "Setuptools also has undocumented support for ** matching zero or more characters including forward slash, backslash, and colon." * Manually include all "default" files for a sdist in MANIFEST.in - c.f. https://packaging.python.org/guides/using-manifest-in/#how-files-are-included-in-an-sdist * Include AUTHORS in MANIFEST.in * Add list of sdist contents to package publishing CI - Allow for easier checking of the sdist contents in CI logs
- Loading branch information