buildinspace / peru

a generic package manager, for including other people's code in your projects
MIT License
1.11k stars 69 forks source link

Release wheel package #237

Open Araxeus opened 1 year ago

Araxeus commented 1 year ago

https://pythonwheels.com/ https://hynek.me/articles/sharing-your-labor-of-love-pypi-quick-and-dirty/

should just be a matter of adding a pyproject.toml and running

rm -rf build dist
python -m build .