]> git.ipfire.org Git - thirdparty/sqlalchemy/alembic.git/commitdiff
Do not tag wheel as being compatible with Python 2
authorlayday <layday@protonmail.com>
Mon, 30 Aug 2021 17:30:05 +0000 (13:30 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Mon, 30 Aug 2021 18:00:56 +0000 (14:00 -0400)
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

docs/build/unreleased/893.rst [new file with mode: 0644]
setup.cfg

diff --git a/docs/build/unreleased/893.rst b/docs/build/unreleased/893.rst
new file mode 100644 (file)
index 0000000..546e7bb
--- /dev/null
@@ -0,0 +1,7 @@
+.. change::
+    :tags: bug, installation
+    :tickets: 893
+
+    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.
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