-
-
Notifications
You must be signed in to change notification settings - Fork 54
switch to setuptools and provide wheels. #3
Comments
Would you mind elaborating a bit? What's the benefit of switching to setuptools? |
@ddfisher this lets you build OS X and Windows wheels using travis and appveyor. It also lets you build manylinux wheels. |
This is necessary for providing wheels. See #3.
Providing wheels (especially for Windows) is something I'd like to start doing soon. I'll look into using Appveyor. |
As of typed_ast 0.6.2 32-bit and 64-bit Windows wheels for Python 3.5 are now provided. I uploaded an OS X wheel from my machine, but I'll look into using Travis to provide broader OS X support. |
@ddfisher any chance of manylinux1 wheels? |
That's something I'd like to provide (and have spent some time looking into), but have some other things I need to get done first. See this comment for more info. |
After a somewhat arduous process (mainly revolving around finding a reasonable place to upload the built wheels), 6dba5ff adds support for building manylinux wheels! |
manylinux wheels now uploaded for typed_ast 1.0.0! |
No description provided.
The text was updated successfully, but these errors were encountered: