Download Install Tutorial Docs FAQ Tools WikiLicense Team IRC Planet Involvement Shop Book

Changeset 119

Show
Ignore:
Timestamp:
01/06/05 05:52:49
Author:
rdelon
Message:

Don't copy tutorial/ and test/ into lib when installing CherryPy

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/MANIFEST.in

    r106 r119  
    22include CHERRYPYTEAM.txt 
    33include *.conf 
     4include *.py 
  • trunk/cherrypy/lib/httptools.py

    r108 r119  
    4949    cpg.response.headerMap['Status'] = 302 
    5050    cpg.response.headerMap['Location'] = newUrl 
    51     return [] 
     51    return "" 
  • trunk/setup.py

    r96 r119  
    2323      url="http://www.cherrypy.org", 
    2424      license="BSD", 
    25       packages=["cherrypy", "cherrypy.lib", "cherrypy.lib.filter", "cherrypy.tutorial", "cherrypy.test"], 
     25      packages=["cherrypy", "cherrypy.lib", "cherrypy.lib.filter"], 
    2626      download_url="http://trac.cherrypy.org/cgi-bin/trac.cgi/wiki/CherryPyDownload" 
    2727) 

Hosted by WebFaction

Log in as guest/cpguest to create tickets