summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLawouach <sh@defuze.org>2014-08-18 22:22:14 +0200
committerLawouach <sh@defuze.org>2014-08-18 22:22:14 +0200
commitba4fa0c9764aeb696c85e9fb459f9d745275989d (patch)
treefdee1aa068a47f6f9d5d870a4bf258bd7dadbf06
parentcbcab93927dc1f52f03e0133bbc571d01a01c705 (diff)
downloadcherrypy-ba4fa0c9764aeb696c85e9fb459f9d745275989d.tar.gz
We can't generate a single wheel distribution for Python 2 and 3 because we can't bundle the wsgiserver for both distributions at the same time. This would indeed break at install time
-rw-r--r--setup.cfg3
1 files changed, 0 insertions, 3 deletions
diff --git a/setup.cfg b/setup.cfg
index 8a8e58cd..cd62b8dd 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -6,6 +6,3 @@ where=cherrypy
logging-filter=cherrypy
verbosity=2
nocapture=True
-
-[wheel]
-universal=1