wheel is bdist_wheel for a while now
diff --git a/setup.cfg b/setup.cfg
index 8a1dc84..b4deb77 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -6,7 +6,7 @@
 [sdist]
 force_manifest=1
 
-[wheel]
+[bdist_wheel]
 universal = 1
 
 # bdist_rpm settings contributed by Mihai Ibanescu <misa@redhat.com>