summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJon Dufresne <jon.dufresne@gmail.com>2019-09-28 13:32:33 -0700
committerJosé Padilla <jpadilla@webapplicate.com>2019-09-28 16:32:33 -0400
commit1256a68de68464b3ae606f0ec2c03601ab1ea25c (patch)
tree035ffc42068ab98e0bbff6ab0b924f86ab34b81a
parent12eaf0057e431e77ddba34715d138986e7039030 (diff)
downloadpyjwt-1256a68de68464b3ae606f0ec2c03601ab1ea25c.tar.gz
Rename [wheel] section to [bdist_wheel] as the former is legacy (#441)
Fixes warning when running the `python3 setup.py bdist_wheel` command: The [wheel] section is deprecated. Use [bdist_wheel] instead. For additional details, see: https://github.com/pypa/wheel/blob/d2f5b43c866295de7b3963da9fd049f1ca4b1194/wheel/bdist_wheel.py#L124-L131 https://pythonwheels.com/
-rw-r--r--setup.cfg2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.cfg b/setup.cfg
index e66417c..988fa4c 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -4,7 +4,7 @@ exclude =
docs/,
.tox/
-[wheel]
+[bdist_wheel]
universal = 1
[tool:pytest]