Code review comment for lp:~exarkun/divmod.org/nevow-setup.py-simpler-code

Revision history for this message
Jean-Paul Calderone (exarkun) wrote :

The intent is that no argument values have changed. Effectively all I've done is replaced `setup(**dict)` with `setup(keyword=arguments)`.

I verified that the resulting wheel and sdist produced are the same (modulo changes to the included setup.py that this branch makes).

« Back to merge proposal