Explorar el Código

Update setup.cfg to drop support of Python 2

Mikalai Radchuk hace 7 años
padre
commit
b36d7cabb3
Se han modificado 1 ficheros con 1 adiciones y 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