Universal Python Wheel

... has the potential to make geopandas slightly easier to install.  Since geopandas itself it pure python, this should be an extra step during release: `python setup.py sdist bdist_wheel upload`

See: http://pythonwheels.com/
This commit is contained in:
Micah Cochran
2016-03-26 17:26:56 -05:00
parent cab00b14f7
commit 51e6f997c1
+2
View File
@@ -0,0 +1,2 @@
[bdist_wheel]
universal = 1