openapi-spec-validator icon indicating copy to clipboard operation
openapi-spec-validator copied to clipboard

Remove `MANIFEST.in`, which is unused by Poetry

Open kurtmckee opened this issue 5 months ago • 0 comments

MANIFEST.in is unused by Poetry.

poetry build, as well as python -m build, were run to validate before-and-after that non-Python files and resources -- like the py.typed file and the JSON schema files -- were still included in the .tar.gz and .whl files.

kurtmckee avatar Jun 26 '25 11:06 kurtmckee