lamby / django-slack

Slack integration for Django, using the templating engine to generate messages
https://django-slack.readthedocs.io/
BSD 3-Clause "New" or "Revised" License
241 stars 57 forks source link

Publish wheels? #104

Closed PeterJCLaw closed 3 years ago

PeterJCLaw commented 3 years ago

I was wondering if it would be possible to publish wheels for this project? Typically wheels install faster and avoid consumers needing to run setup.py on their own machines. I'm not aware of a reason for this project not to build wheels, yet PyPI doesn't appear to have them for recent releases.

lamby commented 3 years ago

Sure - I had only been calling sdist before. Let me upload a new version now with a wheel as a testrun...

lamby commented 3 years ago

django_slack-5.16.2-py3-none-any.whl uploaded. :)