Skip to content

Commit 8eb0f01

Browse files
committed
Fix setup.cfg deprecation warning (s/wheel/bdist_wheel/g)
1 parent 28bdf7a commit 8eb0f01

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22
# distribution archives to PyPI (the Python package index)
33
# that are compatible with Python 2 as well as Python 3.
44

5-
[wheel]
5+
[bdist_wheel]
66
universal=1

0 commit comments

Comments
 (0)