Re: ReportLab 3.x packaging and deployment
Robin Becker <[email protected]>
| Newsgroups | gmane.comp.python.reportlab.user |
|---|---|
| Message-ID | <[email protected]> |
.......... > > Wouldn't your time be better spent making wheels instead of exes or msis? What I > want is for pip to be able to fetch wheels directly from pypi and skip the > manual download/install steps. > > Or am I missing something? Wheels are the future perhaps, but I haven't used them at all. I just managed to build one, but its name comes out as reportlab-3.0a1-cp33-none-win32.whl so clearly I'm missing some label or other in setup.py. I will also have to try and build an amd64 version if it uses the underlying distutils then I'm OK. Altering setup.py to require setuptools before they're part of the standard library doesn't seem right to me, but we probably have to. I suppose I can always build locally without changing setup.py for source downloaders. -- Robin Becker