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

Changeset 1649

Show
Ignore:
Timestamp:
04/16/07 12:07:41
Author:
fumanchu
Message:

setup.py was missing some files.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/setup.py

    r1640 r1649  
    4242    "cherrypy.wsgiserver", "cherrypy.restsrv", 
    4343] 
    44 download_url="http://download.cherrypy.org/cherrypy/3.0.1/" 
     44download_url="http://download.cherrypy.org/cherrypy/3.1alpha/" 
    4545data_files=[ 
    4646    ('cherrypy/tutorial', 
     
    5252        ] 
    5353    ), 
    54     ('cherrypy', ['cherrypy/favicon.ico',]), 
    55     ('cherrypy/test', ['cherrypy/test/style.css',]), 
     54    ('cherrypy', ['cherrypy/favicon.ico', 
     55                  'cherrypy/LICENSE.txt', 
     56                  ]), 
     57    ('cherrypy/restsrv', ['cherrypy/restsrv/restctl.sh',]), 
     58    ('cherrypy/test', ['cherrypy/test/style.css', 
     59                       'cherrypy/test/test.pem', 
     60                       ]), 
    5661    ('cherrypy/test/static', ['cherrypy/test/static/index.html', 
    5762                              'cherrypy/test/static/dirback.jpg',]), 
     
    6772        print s % (name, version, required_python_version) 
    6873        sys.exit(1) 
    69     # set default location for "data_files" to platform specific "site-packages" 
    70     # location 
     74    # set default location for "data_files" to 
     75    # platform specific "site-packages" location 
    7176    for scheme in INSTALL_SCHEMES.values(): 
    7277        scheme['data'] = scheme['purelib'] 
    73  
     78     
    7479    dist = setup( 
    7580        name=name, 

Hosted by WebFaction

Log in as guest/cpguest to create tickets