stackapi
stackapi copied to clipboard
Can we publish a wheel to pypi?
It looks like you publish to pypi with this code: https://github.com/AWegnerGitHub/stackapi/blob/602d9ce6de4b8a3e0462576365536c99a5a14c71/fabfile.py
If you could add bdist_wheel as well as sdist that would be a huge help to folk who for policy reasons would like to only install wheels.
Here are some more instructions on how to create wheels,, or you could use poetry build
which is even easier once you've started using poetry.
Thanks for publishing stackapi, I've had a lot of fun hacking with it.