summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Grainger <tagrain@gmail.com>2015-08-14 14:51:34 +0100
committerThomas Grainger <tagrain@gmail.com>2015-08-14 14:51:34 +0100
commite5c1bb06fee5c407f9acd6cff91e0fae856b31a0 (patch)
treed4a2e1860f0435f8ad9ffb1cb5f6e52a0e26b142
parentca9792c6dd26881bbaa2c06edd84ef3fa1db34a9 (diff)
downloadalembic-e5c1bb06fee5c407f9acd6cff91e0fae856b31a0.tar.gz
The name has changed to bdist_wheel
...to fit with other setuptools configs
-rw-r--r--setup.cfg2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.cfg b/setup.cfg
index 97f5a9c..b015ab8 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -1,7 +1,7 @@
[egg_info]
tag_build=dev
-[wheel]
+[bdist_wheel]
universal = 1
[upload_docs]