Update setup.cfg to drop support of Python 2

This commit is contained in:
Mikalai Radchuk 2017-11-29 11:05:51 +00:00 committed by Matt Westcott
parent f0bdfcb22f
commit b36d7cabb3

View file

@ -1,5 +1,5 @@
[bdist_wheel]
universal = 1
python-tag = py3
[flake8]
ignore = E501,E303