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

Changeset 1931

Show
Ignore:
Timestamp:
03/18/08 13:23:50
Author:
fumanchu
Message:

Fixed setup.py for the restsrv -> process change, plus fixed a couple svn props.

Files:

Legend:

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

    r1650 r1931  
     1include cherrypy/cherryd 
    12include cherrypy/favicon.ico 
    23include cherrypy/LICENSE.txt 
     4include cherrypy/scaffold/*.conf 
     5include cherrypy/scaffold/static/*.png 
     6include cherrypy/test/style.css 
     7include cherrypy/test/test.pem 
     8include cherrypy/test/static/*.html 
     9include cherrypy/test/static/*.jpg 
    310include cherrypy/tutorial/*.conf 
    411include cherrypy/tutorial/*.pdf 
    512include cherrypy/tutorial/*.html 
    613include cherrypy/tutorial/README.txt 
    7 include cherrypy/test/style.css 
    8 include cherrypy/test/test.pem 
    9 include cherrypy/test/static/*.html 
    10 include cherrypy/test/static/*.jpg 
    11 include cherrypy/restsrv/restctl.sh 
  • trunk/cherrypy/lib/auth.py

    • Property svn:eol-style set to native
  • trunk/cherrypy/test/test_refleaks.py

    • Property svn:eol-style set to native
  • trunk/setup.py

    • Property svn:eol-style set to native
    r1850 r1931  
    4040    "cherrypy", "cherrypy.lib", 
    4141    "cherrypy.tutorial", "cherrypy.test", 
    42     "cherrypy.wsgiserver", "cherrypy.restsrv", 
     42    "cherrypy.wsgiserver", "cherrypy.process", 
    4343] 
    4444download_url="http://download.cherrypy.org/cherrypy/3.1.0beta3/" 
    4545data_files=[ 
     46    ('cherrypy', ['cherrypy/cherryd', 
     47                  'cherrypy/favicon.ico', 
     48                  'cherrypy/LICENSE.txt', 
     49                  ]), 
     50    ('cherrypy/process', []), 
     51    ('cherrypy/scaffold', ['cherrypy/scaffold/example.conf', 
     52                           'cherrypy/scaffold/site.conf', 
     53                           ]), 
     54    ('cherrypy/scaffold/static', ['made_with_cherrypy_small.png', 
     55                                  ]), 
     56    ('cherrypy/test', ['cherrypy/test/style.css', 
     57                       'cherrypy/test/test.pem', 
     58                       ]), 
     59    ('cherrypy/test/static', ['cherrypy/test/static/index.html', 
     60                              'cherrypy/test/static/dirback.jpg',]), 
    4661    ('cherrypy/tutorial', 
    4762        [ 
     
    5267        ] 
    5368    ), 
    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                        ]), 
    61     ('cherrypy/test/static', ['cherrypy/test/static/index.html', 
    62                               'cherrypy/test/static/dirback.jpg',]), 
    6369] 
    6470############################################################################### 

Hosted by WebFaction

Log in as guest/cpguest to create tickets