From: layday Date: Mon, 30 Aug 2021 15:54:29 +0000 (+0300) Subject: Do not tag wheel as being compatible with Python 2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F894%2Fhead;p=thirdparty%2Fsqlalchemy%2Falembic.git Do not tag wheel as being compatible with Python 2 Since this project no longer supports Python < 3.6, wheels should not be created with the "py2.py3" tag in their filename. Fixes: #893 --- diff --git a/setup.cfg b/setup.cfg index 32fed410..992a7ac4 100644 --- a/setup.cfg +++ b/setup.cfg @@ -67,9 +67,6 @@ console_scripts = [egg_info] tag_build=dev -[bdist_wheel] -universal = 1 - [upload_docs] upload-dir = docs/build/output/html