~netlandish/django-wiki

4e82588fe8aa4f2faa24f4aabcbfa686640db162 — Benjamin Bach 6 years ago 37af351 + be6069b
Merge pull request #813 from rsalmaso/universal

Build wheel package only for python3
1 files changed, 1 insertions(+), 1 deletions(-)

M setup.cfg
M setup.cfg => setup.cfg +1 -1
@@ 1,5 1,5 @@
[bdist_wheel]
universal = 1
universal = 0

[flake8]
ignore = E501