Changeset 120
- Timestamp:
- 01/06/05 11:50:37
- Files:
-
- trunk/MANIFEST.in (modified) (1 diff)
- trunk/cherrypy/lib/defaultformmask.py (added)
- trunk/cherrypy/lib/form.py (added)
- trunk/setup.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/MANIFEST.in
r119 r120 2 2 include CHERRYPYTEAM.txt 3 3 include *.conf 4 include *.pytrunk/setup.py
r119 r120 23 23 url="http://www.cherrypy.org", 24 24 license="BSD", 25 packages=["cherrypy", "cherrypy.lib", "cherrypy.lib.filter" ],25 packages=["cherrypy", "cherrypy.lib", "cherrypy.lib.filter", "cherrypy.tutorial", "cherrypy.test"], 26 26 download_url="http://trac.cherrypy.org/cgi-bin/trac.cgi/wiki/CherryPyDownload" 27 27 )

