aboutsummaryrefslogtreecommitdiff
path: root/setup.cfg
diff options
context:
space:
mode:
authorHaibo Huang <hhb@google.com>2019-10-01 21:57:01 -0700
committerandroid-build-merger <android-build-merger@google.com>2019-10-01 21:57:01 -0700
commit444252d6aeeaf404971941d4e4f837432e1e6b52 (patch)
tree3ed7928f67b78d15fde5300b5e2f203abe05f2ee /setup.cfg
parent534a227325dc3dff5ea339cf464034ff1840f848 (diff)
parentad6153f520dcca2e47173a870f3ae82f51f2d187 (diff)
downloadhttplib2-444252d6aeeaf404971941d4e4f837432e1e6b52.tar.gz
Upgrade python/httplib2 to v0.14.0 am: b651919b56
am: ad6153f520 Change-Id: I44b26d4429526b853af15f161059dfdedfccdcad
Diffstat (limited to 'setup.cfg')
-rw-r--r--setup.cfg5
1 files changed, 5 insertions, 0 deletions
diff --git a/setup.cfg b/setup.cfg
index 432d065..5ebcf6b 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -1,3 +1,8 @@
+# [bdist_wheel]
+# universal = 1
+# FIXME universal wheels don't roll well with our 2/3 split code base
+# https://github.com/httplib2/httplib2/pull/29
+
[coverage:run]
omit = */test/*