setfit
setfit copied to clipboard
feat: add readme to PyPI
Add the README to the PyPI page. I have tested this locally by running
python setup.py bdist_wheel && python setup.py sdist
twine check dist/*
as recommended on the page Making a PyPI-friendly README page.