Commit graph

6 commits

Author SHA1 Message Date
Karl Velicka
59a639fa97 Include _custom_build in sdist
This fixes build issues for installations that cannot use wheels
published on PyPI. Issue #364 would be fixed by this.

Python build tools like `python -m build` first build a source
distribuiton (sdist) and then use it (and only it) to build a binary
wheel from. This doesn't work if one of the build scripts isn't in the
sdist however, which was the case prior to this patch.
2024-09-25 07:29:27 -07:00
John Vandenberg
b0bff9c048 MANIFEST.in: Add test data 2021-04-04 17:01:19 +08:00
Jason Paryani
31ecf0a95e Include the changelog in the manifest
Fixes #91
2016-03-08 11:27:01 -08:00
Jason Paryani
4a11ffedd9 Include buildutils/* in package 2014-12-15 14:00:01 -08:00
Jason Paryani
5001726e02 Add requirements.txt to MANIFEST. Also add version
checking for setuptools to setup.py.
2013-08-26 10:08:34 -07:00
Jason Paryani
3a7ccaaac2 Add MANIFEST.in to include README 2013-08-21 18:09:47 -07:00