summaryrefslogtreecommitdiff
path: root/setup.cfg
diff options
context:
space:
mode:
authorJeff Widman <jeff@jeffwidman.com>2017-02-10 23:12:14 -0800
committerGitHub <noreply@github.com>2017-02-10 23:12:14 -0800
commit6c4249ee3bfbfe925cf464caeb18b377d73bf428 (patch)
tree96afe2ead2bbd924420203db2700b782d6feb122 /setup.cfg
parent921eb81d2edbf15d4469cd89424b8eaf9579bf59 (diff)
downloadjinja2-6c4249ee3bfbfe925cf464caeb18b377d73bf428.tar.gz
bdist_wheel replaces wheel
https://packaging.python.org/distributing/#universal-wheels
Diffstat (limited to 'setup.cfg')
-rw-r--r--setup.cfg2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.cfg b/setup.cfg
index a24252c..41675cd 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -1,4 +1,4 @@
-[wheel]
+[bdist_wheel]
universal = 1
[metadata]