]> git.ipfire.org Git - thirdparty/sqlalchemy/alembic.git/commitdiff
Do not tag wheel as being compatible with Python 2 894/head
authorlayday <layday@protonmail.com>
Mon, 30 Aug 2021 15:54:29 +0000 (18:54 +0300)
committerlayday <layday@protonmail.com>
Mon, 30 Aug 2021 15:59:22 +0000 (18:59 +0300)
Since this project no longer supports Python < 3.6, wheels should
not be created with the "py2.py3" tag in their filename.

Fixes: #893
setup.cfg

index 32fed410cb43cfa4e5d0db8273b2a49a9f173f23..992a7ac4847f5b7a7b28acc0567f3b0ac584c4d1 100644 (file)
--- 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