Explorar o código

Update setup.cfg to drop support of Python 2

Mikalai Radchuk %!s(int64=7) %!d(string=hai) anos
pai
achega
b36d7cabb3
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      setup.cfg

+ 1 - 1
setup.cfg

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