summaryrefslogtreecommitdiff
path: root/setup.cfg
diff options
context:
space:
mode:
authorlayday <layday@protonmail.com>2021-08-30 13:30:05 -0400
committerMike Bayer <mike_mp@zzzcomputing.com>2021-08-30 14:00:56 -0400
commit9f7caecd701db7cd76bbcdcf462b92e4970b4ab3 (patch)
tree19c52d6ae9e894a5bc55327eb49cbaa739553e0c /setup.cfg
parentca5e71b41484ed62fb3c7a5e08d95d286beb3906 (diff)
downloadalembic-9f7caecd701db7cd76bbcdcf462b92e4970b4ab3.tar.gz
Do not tag wheel as being compatible with Python 2
Corrected "universal wheel" directive in setup.cfg so that building a wheel does not target Python 2. The PyPi files index for 1.7.0 was corrected manually. Pull request courtesy layday. Fixes: #893 Closes: #894 Pull-request: https://github.com/sqlalchemy/alembic/pull/894 Pull-request-sha: 577afdbe5906247493182df95fe5e5338ac23080 Change-Id: I26ca6d9e3e8064d22713926707a53cb57a69d8e7
Diffstat (limited to 'setup.cfg')
-rw-r--r--setup.cfg3
1 files changed, 0 insertions, 3 deletions
diff --git a/setup.cfg b/setup.cfg
index 32fed41..992a7ac 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