소스 검색

Update setup.cfg to drop support of Python 2

Mikalai Radchuk 7 년 전
부모
커밋
b36d7cabb3
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      setup.cfg

+ 1 - 1
setup.cfg

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