diff options
| -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 |
![]() |
index : django-debug-toolbar | |
| A configurable set of panels that display various debug information about the current request/response. |
| aboutsummaryrefslogtreecommitdiffstats |
| -rw-r--r-- | setup.cfg | 3 |
@@ -4,3 +4,6 @@ tag_svn_revision = false [flake8] ignore = W601 ; # noqa doesn't silence this one max-line-length = 100 + +[wheel] +universal = 1 |