diff options
| author | Aymeric Augustin | 2013-10-26 16:57:06 +0200 |
|---|---|---|
| committer | Aymeric Augustin | 2013-10-27 20:47:57 +0100 |
| commit | ff6484d1767813c03f88bd18bc85bd1cc35b84a2 (patch) | |
| tree | fc9ad5a8b66a5e6c3469eea1d0000bb30956c4d9 | |
| parent | 8653f6757bbd06a0a0811c004429be656325d6b1 (diff) | |
| download | django-debug-toolbar-ff6484d1767813c03f88bd18bc85bd1cc35b84a2.tar.bz2 | |
We'll try to release wheel packages.
| -rw-r--r-- | setup.cfg | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -4,3 +4,6 @@ tag_svn_revision = false [flake8] ignore = W601 ; # noqa doesn't silence this one max-line-length = 100 + +[wheel] +universal = 1 |
