From: Thomas Grainger Date: Fri, 14 Aug 2015 13:51:34 +0000 (+0100) Subject: The name has changed to bdist_wheel X-Git-Tag: rel_0_8_1~9^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e5c1bb06fee5c407f9acd6cff91e0fae856b31a0;p=thirdparty%2Fsqlalchemy%2Falembic.git The name has changed to bdist_wheel ...to fit with other setuptools configs --- diff --git a/setup.cfg b/setup.cfg index 97f5a9ce..b015ab85 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,7 +1,7 @@ [egg_info] tag_build=dev -[wheel] +[bdist_wheel] universal = 1 [upload_docs]