Update MANIFEST.in to enable 'python -m build` to work#1249
Update MANIFEST.in to enable 'python -m build` to work#1249jorisvandenbossche merged 5 commits intoshapely:mainfrom
Conversation
|
@mwtoews could you remove |
|
thanks @jorisvandenbossche, this merge has now been reviewed. The significant include was for pyproject.toml. The Cython-generated C files don't need to be excluded from So at some point, a good CI check would be to: The |
From a quick test locally, for me they are included. |
|
Strange, as I have several
|
With the copied release.yml workflow from pygeos, we actually do have that now. I will push a small update so that this gets triggered here. |
|
The sdist artifact can be downloaded from https://github.com/Toblerity/Shapely/actions/runs/1540852171 |
|
Thanks @jorisvandenbossche, the additions look good. |
A few edits to
MANIFEST.inwere necessary to getpython -m buildto work as expected.This should probably be integrated into the CI at some point.