Tim Heap
|
31972dfd9e
|
Check imports with isort on drone
|
2016-03-11 10:47:59 +00:00 |
|
Karl Hobley
|
7a0b51c2d6
|
Use universal wheel files
|
2015-06-03 10:08:21 +01:00 |
|
Karl Hobley
|
7bbde20c95
|
Don't make universal wheel files
The wheel file for Python 2 and Python 3 need to be slightly different as unicodecsv cannot be a dependency when using Python 3 (issue #1295)
|
2015-05-20 10:56:56 +01:00 |
|
Karl Hobley
|
486565332e
|
Add setup.cfg for python wheels
See http://pythonwheels.com/
We support both Python 2 and Python 3 so setting universal to 1 tells wheel to make one file for both
|
2015-05-20 10:44:47 +01:00 |
|