-
Notifications
You must be signed in to change notification settings - Fork 45
Open
Description
It would be great if this package published Python wheels, so that consumers didn't need to run the package's setup.py as part of their install process.
I think it could be as simple as adding bdist_wheel to the shipit.yml file, though you may also want to add:
[bdist_wheel]
universal = True
to your setup.cfg.
Not sure if I'm missing a reason that wheels wouldn't work for this project though?
Metadata
Metadata
Assignees
Labels
No labels