From 51e6f997c1e84f033251fc34acdb0ce89ca3ae4a Mon Sep 17 00:00:00 2001 From: Micah Cochran Date: Sat, 26 Mar 2016 17:26:56 -0500 Subject: [PATCH] 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/ --- setup.cfg | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 setup.cfg diff --git a/setup.cfg b/setup.cfg new file mode 100644 index 0000000..2a9acf1 --- /dev/null +++ b/setup.cfg @@ -0,0 +1,2 @@ +[bdist_wheel] +universal = 1