Changeset 1650
- Timestamp:
- 04/16/07 17:18:24
- Files:
-
- trunk/MANIFEST.in (modified) (2 diffs)
- trunk/setup.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/MANIFEST.in
r1039 r1650 1 include CHANGELOG.txt2 include CHERRYPYTEAM.txt3 1 include cherrypy/favicon.ico 2 include cherrypy/LICENSE.txt 4 3 include cherrypy/tutorial/*.conf 5 4 include cherrypy/tutorial/*.pdf … … 7 6 include cherrypy/tutorial/README.txt 8 7 include cherrypy/test/style.css 8 include cherrypy/test/test.pem 9 9 include cherrypy/test/static/*.html 10 10 include cherrypy/test/static/*.jpg 11 include cherrypy/restsrv/restctl.sh trunk/setup.py
r1649 r1650 19 19 ############################################################################### 20 20 name = "CherryPy" 21 version = "3. 0.1"21 version = "3.1a1" 22 22 desc = "Object-Oriented HTTP framework" 23 23 long_desc = "CherryPy is a pythonic, object-oriented HTTP framework"

