Skip to content

Commit

Permalink
Switched to universal wheels. (#191)
Browse files Browse the repository at this point in the history
Circuits does not ship C-extensions, nor does it need 2to3 to run to
work on python 3. This means one wheel is enough, currently the PyPi
wheels are py2 only!
  • Loading branch information
apollo13 authored and prologic committed Jan 15, 2017
1 parent cd17094 commit f1abe5d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions setup.cfg
Expand Up @@ -4,3 +4,6 @@ build-dir = docs/build

[upload_sphinx]
upload-dir = docs/build/html

[bdist_wheel]
universal=1

0 comments on commit f1abe5d

Please sign in to comment.