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

Ticket #513: setup.patch

  • setup.py

    old new  
    1818# arguments for the setup command 
    1919############################################################################### 
    2020name = "CherryPy" 
    21 version = "2.2.0
     21version = "3.0.0alpha
    2222desc = "Object-Oriented web development framework" 
    2323long_desc = "CherryPy is a pythonic, object-oriented web development framework" 
    2424classifiers=[ 
    25     "Development Status :: 5 - Production/Stable", 
    26     #"Development Status :: 4 - Beta", 
     25    #"Development Status :: 5 - Production/Stable", 
     26    "Development Status :: 3 - Alpha", 
    2727    "Intended Audience :: Developers", 
    2828    "License :: Freely Distributable", 
    2929    "Programming Language :: Python", 
     
    3535url="http://www.cherrypy.org" 
    3636cp_license="BSD" 
    3737packages=[ 
    38     "cherrypy", "cherrypy.lib", "cherrypy.lib.filter", 
    39     "cherrypy.tutorial", "cherrypy.test", "cherrypy.filters", 
     38    "cherrypy", "cherrypy.lib", 
     39    "cherrypy.tutorial", "cherrypy.test", 
    4040] 
    4141download_url="http://sourceforge.net/project/showfiles.php?group_id=56099" 
    4242data_files=[ 

Hosted by WebFaction

Log in as guest/cpguest to create tickets