summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastian Thiel <byronimo@gmail.com>2016-04-04 20:44:31 +0200
committerSebastian Thiel <byronimo@gmail.com>2016-04-04 20:44:31 +0200
commitdabd563ed3d9dc02e01fbf3dd301c94c33d6d273 (patch)
tree5a1589d1d529f8c8d64c2b5da6ed4b9f5bce8f3d
parentbfaf706d70c3c113b40ce1cbc4d11d73c7500d73 (diff)
parent6bb927dc12fae61141f1cc7fe4a94e0d68cb4232 (diff)
downloadgitpython-dabd563ed3d9dc02e01fbf3dd301c94c33d6d273.tar.gz
Merge pull request #404 from graingert/patch-1
Support universal wheels
-rw-r--r--setup.cfg2
1 files changed, 2 insertions, 0 deletions
diff --git a/setup.cfg b/setup.cfg
new file mode 100644
index 00000000..3c6e79cf
--- /dev/null
+++ b/setup.cfg
@@ -0,0 +1,2 @@
+[bdist_wheel]
+universal=1