fastapi_websocket_rpc icon indicating copy to clipboard operation
fastapi_websocket_rpc copied to clipboard

not possible to build pypi Source Distribution

Open WisniewskiP opened this issue 2 years ago • 2 comments

it is not possible to build package from Source Distribution on pypi (https://pypi.org/project/fastapi-websocket-rpc/#files) error from setuptools: FileNotFoundError: [Errno 2] No such file or directory: 'requirements.txt'

your setup.py is reading dependencies from requirements.txt but this fine is not part of Source Distribution.

as workaround I can build it from git tag but would be nice to have Source Distribution working.

WisniewskiP avatar Nov 09 '23 08:11 WisniewskiP

Thanks for reporting - @obsd please open a ticket to fix this

orweis avatar Nov 09 '23 09:11 orweis

Added the ticket (PER-8752), @WisniewskiP let me know if you consider contributing this to our OSS.

obsd avatar Jan 09 '24 19:01 obsd