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
--- /dev/null
+.. 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.
[egg_info]
tag_build=dev
-[bdist_wheel]
-universal = 1
-
[upload_docs]
upload-dir = docs/build/output/html