LeastAuthority / python-challenge-bypass-ristretto

Python bindings for Brave's challenge-bypass-ristretto library
4 stars 4 forks source link

sdist is missing from PyPI #34

Closed crwood closed 1 year ago

crwood commented 3 years ago

The PyPI download files for this project offers wheels for a few different platforms but currently lacks a source distribution. Users of platforms that are not already covered by one of the three wheels, therefore, must fetch the source code from GitHub -- and not PyPI -- in order to build and install the library.

It would be useful if an sdist could be provided alongside the existing wheels on PyPI so that users can install the library more directly (i.e., with a python -m pip install python-challenge-bypass-ristretto instead of python -m pip install git+https://github.com/LeastAuthority/python-challenge-bypass-ristretto).

exarkun commented 1 year ago

@crwood See https://github.com/LeastAuthority/python-challenge-bypass-ristretto/pull/50