]> git.ipfire.org Git - thirdparty/jinja.git/commitdiff
bdist_wheel replaces wheel
authorJeff Widman <jeff@jeffwidman.com>
Sat, 11 Feb 2017 07:12:14 +0000 (23:12 -0800)
committerGitHub <noreply@github.com>
Sat, 11 Feb 2017 07:12:14 +0000 (23:12 -0800)
https://packaging.python.org/distributing/#universal-wheels

setup.cfg

index a24252c05b9df177bec4ebf077f18a6b314778a5..41675cdc9a4c055030b3296c21d52674a8eecadc 100644 (file)
--- a/setup.cfg
+++ b/setup.cfg
@@ -1,4 +1,4 @@
-[wheel]
+[bdist_wheel]
 universal = 1
 
 [metadata]