Mercurial > odfcast
view setup.cfg @ 76:3171d78a7663
Don't require wheel
Wheel may not be present on all machines. It is an optional package to be able
to create wheel distributen files with setup.py.
author | Björn Ricks <bjoern.ricks@intevation.de> |
---|---|
date | Mon, 16 Feb 2015 16:28:50 +0100 |
parents | f2cd3c54a132 |
children |
line wrap: on
line source
[aliases] 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