Skip to content

Instantly share code, notes, and snippets.

@kennethreitz
Created November 15, 2013 18:52
Show Gist options
  • Save kennethreitz/7489603 to your computer and use it in GitHub Desktop.
Save kennethreitz/7489603 to your computer and use it in GitHub Desktop.
How to add support the wheel format in your package.
[wheel]
universal = 1
@kennethreitz
Copy link
Author

$ pip install wheel
$ python setup.py bdist_wheel upload

@kennethreitz
Copy link
Author

Of course, this only works for pure-Python libraries.

Of course, you should only write pure-Python libraries.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment