Ver código fonte

Update setup.cfg to drop support of Python 2

Mikalai Radchuk 7 anos atrás
pai
commit
b36d7cabb3
1 arquivos alterados com 1 adições e 1 exclusões
  1. 1 1
      setup.cfg

+ 1 - 1
setup.cfg

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