]> git.ipfire.org Git - thirdparty/sqlalchemy/alembic.git/commitdiff
The name has changed to bdist_wheel
authorThomas Grainger <tagrain@gmail.com>
Fri, 14 Aug 2015 13:51:34 +0000 (14:51 +0100)
committerThomas Grainger <tagrain@gmail.com>
Fri, 14 Aug 2015 13:51:34 +0000 (14:51 +0100)
...to fit with other setuptools configs

setup.cfg

index 97f5a9ce6202790b212f39eea5a0427abdef16f6..b015ab85e9b5743f6965d05dd0a6cd97b1ac70d4 100644 (file)
--- a/setup.cfg
+++ b/setup.cfg
@@ -1,7 +1,7 @@
 [egg_info]
 tag_build=dev
 
-[wheel]
+[bdist_wheel]
 universal = 1
 
 [upload_docs]