aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAymeric Augustin2013-10-26 16:57:06 +0200
committerAymeric Augustin2013-10-27 20:47:57 +0100
commitff6484d1767813c03f88bd18bc85bd1cc35b84a2 (patch)
treefc9ad5a8b66a5e6c3469eea1d0000bb30956c4d9
parent8653f6757bbd06a0a0811c004429be656325d6b1 (diff)
downloaddjango-debug-toolbar-ff6484d1767813c03f88bd18bc85bd1cc35b84a2.tar.bz2
We'll try to release wheel packages.
-rw-r--r--setup.cfg3
1 files changed, 3 insertions, 0 deletions
diff --git a/setup.cfg b/setup.cfg
index dfc2ec0..d522d21 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -4,3 +4,6 @@ tag_svn_revision = false
[flake8]
ignore = W601 ; # noqa doesn't silence this one
max-line-length = 100
+
+[wheel]
+universal = 1