Skip to content
Snippets Groups Projects
Commit 8c25eeb781af authored by Florent Aide's avatar Florent Aide
Browse files

now with wheel format support

parent 0ebc64526355
No related branches found
No related tags found
No related merge requests found
......@@ -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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment