- One request I have is to remove the bundled version of cherrypy's
wsgiserver[1]. This seems pretty doable as Fedora provides the
same version of cherrypy as your embedded version's wsgiserver.
I am considering just removing the wsgiserver subdirectory
completely and changing the import line to:
from cherrypy.wsgiserver import CherryPyWSGIServer
Maybe there's a cleaner way to do this without patching the source.
What would stop you guys from simply requiring that cherrypy also
be installed on the system?
- The latest 0.34 tarball appears to be missing some content from
0.32:
- ChangeLog.txt
- LICENSE.txt
- Unit Tests
Was this intentional? I see these files are still present in git.
Thanks,
Ray
CherryPy provides wsgiserver as a standalone package. I think it will
be better to keep the web.py source as it is without any changes.
The wsgiserver is used only as a dev webserver and not used in
production. So showing that web.py depends on CherryPy gives wrong
impression.
> - The latest 0.34 tarball appears to be missing some content from
> 0.32:
>
> - ChangeLog.txt
> - LICENSE.txt
> - Unit Tests
>
> Was this intentional? I see these files are still present in git.
I started packaging using "python setup.py sdist" instead of creating
the tarball manually. I think they got slipped in that process.