annotate 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
rev   line source
1
f2cd3c54a132 Add setup.py
Björn Ricks <bjoern.ricks@intevation.de>
parents:
diff changeset
1 [aliases]
f2cd3c54a132 Add setup.py
Björn Ricks <bjoern.ricks@intevation.de>
parents:
diff changeset
2 release = egg_info -RDb "" sdist --formats=gztar,zip bdist_egg bdist_wheel
f2cd3c54a132 Add setup.py
Björn Ricks <bjoern.ricks@intevation.de>
parents:
diff changeset
3 release_upload = egg_info -RDb "" sdist --formats=gztar,zip bdist_egg bdist_wheel upload
This site is hosted by Intevation GmbH (Datenschutzerklärung und Impressum | Privacy Policy and Imprint)