axiak / pyre2

Python wrapper for RE2
BSD 3-Clause "New" or "Revised" License
295 stars 39 forks source link

switch to setuptools to allow building of wheels #44

Open chadrik opened 8 years ago

chadrik commented 8 years ago

I've setup a new repo at https://github.com/chadrik/pyre2-wheels for building wheels for this project, which should allow users to pip install re2 without needing to build libre2. The setup is based on https://github.com/MacPython/matplotlib-wheels.

All that's left to do is to upload the built wheels to cloud storage and then deploy them to pypi.

Related to issue #42