Ticket #513: setup.patch
-
setup.py
old new 18 18 # arguments for the setup command 19 19 ############################################################################### 20 20 name = "CherryPy" 21 version = " 2.2.0"21 version = "3.0.0alpha" 22 22 desc = "Object-Oriented web development framework" 23 23 long_desc = "CherryPy is a pythonic, object-oriented web development framework" 24 24 classifiers=[ 25 "Development Status :: 5 - Production/Stable",26 #"Development Status :: 4 - Beta",25 #"Development Status :: 5 - Production/Stable", 26 "Development Status :: 3 - Alpha", 27 27 "Intended Audience :: Developers", 28 28 "License :: Freely Distributable", 29 29 "Programming Language :: Python", … … 35 35 url="http://www.cherrypy.org" 36 36 cp_license="BSD" 37 37 packages=[ 38 "cherrypy", "cherrypy.lib", "cherrypy.lib.filter", 39 "cherrypy.tutorial", "cherrypy.test", "cherrypy.filters", 38 "cherrypy", "cherrypy.lib", 39 "cherrypy.tutorial", "cherrypy.test", 40 40 ] 41 41 download_url="http://sourceforge.net/project/showfiles.php?group_id=56099" 42 42 data_files=[

