Changeset 119
- Timestamp:
- 01/06/05 05:52:49
- Files:
-
- trunk/MANIFEST.in (modified) (1 diff)
- trunk/cherrypy/lib/httptools.py (modified) (1 diff)
- trunk/setup.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/MANIFEST.in
r106 r119 2 2 include CHERRYPYTEAM.txt 3 3 include *.conf 4 include *.py trunk/cherrypy/lib/httptools.py
r108 r119 49 49 cpg.response.headerMap['Status'] = 302 50 50 cpg.response.headerMap['Location'] = newUrl 51 return []51 return "" trunk/setup.py
r96 r119 23 23 url="http://www.cherrypy.org", 24 24 license="BSD", 25 packages=["cherrypy", "cherrypy.lib", "cherrypy.lib.filter" , "cherrypy.tutorial", "cherrypy.test"],25 packages=["cherrypy", "cherrypy.lib", "cherrypy.lib.filter"], 26 26 download_url="http://trac.cherrypy.org/cgi-bin/trac.cgi/wiki/CherryPyDownload" 27 27 )

