# HG changeset patch # User Florent Aide <florent.aide@gmail.com> # Date 1409315557 -7200 # Fri Aug 29 14:32:37 2014 +0200 # Node ID 8c25eeb781afbe9c7dbb8b43282d801e8bc5167e # Parent 0ebc645263551839be08e6ecadfca0bffd8b95a0 now with wheel format support diff --git a/setup.cfg b/setup.cfg --- a/setup.cfg +++ b/setup.cfg @@ -11,5 +11,5 @@ [aliases] test = nosetests --detailed-errors --with-doctest --cover-package=py3o.renderers.juno -release = egg_info -RDb "" sdist --formats=gztar,zip bdist_egg -release_upload = egg_info -RDb "" sdist --formats=gztar,zip bdist_egg upload +release = egg_info -RDb "" sdist --formats=gztar,zip bdist_egg bdist_wheel +release_upload = egg_info -RDb "" sdist --formats=gztar,zip bdist_egg bdist_wheel upload