fiuba08 / robotframework

Automatically exported from code.google.com/p/robotframework
Apache License 2.0
0 stars 0 forks source link

Provide `wheel` distribution #1734

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
RF 2.8.5 added possibility to create wheels <http://wheel.rtfd.org/> (issue 
1674). Unfortunately the wheel we initially uploaded to PyPI broke installation 
with pip on Windows and needed to be removed. The reason was that our setup.py 
controls which start-up scripts to create and with wheels setup.py is not 
executed.

In RF 2.9 we should take a new look at this. Most likely it requires making 
changes to how start-up scripts are created. An important task is also 
documenting wheel support.

Original issue reported on code.google.com by pekka.klarck on 18 Jun 2014 at 6:40

GoogleCodeExporter commented 9 years ago
Robot Framework is being migrated to GitHub and issues have already been moved 
to https://github.com/robotframework/robotframework/issues/. Old IDs are 
preserved so you can find this particular issue using URL like:

    https://github.com/robotframework/robotframework/issues/<id>

Original comment by pekka.klarck on 30 Jun 2014 at 2:12