diff options
author | Remi Delon <rdelon@cherrypy.org> | 2005-01-06 17:50:37 +0000 |
---|---|---|
committer | Remi Delon <rdelon@cherrypy.org> | 2005-01-06 17:50:37 +0000 |
commit | ec93635900ff90d8a5c822bd9cc3d43f3670792e (patch) | |
tree | 5c52c9a0b60664a788cc681367ab276b9fef023e /setup.py | |
parent | fc71d735b8663a972e9e1b13d446758e721aba41 (diff) | |
download | cherrypy-git-ec93635900ff90d8a5c822bd9cc3d43f3670792e.tar.gz |
Ported Form.cpy module from CP1 to CP2
Diffstat (limited to 'setup.py')
-rw-r--r-- | setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -22,7 +22,7 @@ setup(name="CherryPy", author_email="team@cherrypy.org", url="http://www.cherrypy.org", license="BSD", - packages=["cherrypy", "cherrypy.lib", "cherrypy.lib.filter"], + packages=["cherrypy", "cherrypy.lib", "cherrypy.lib.filter", "cherrypy.tutorial", "cherrypy.test"], download_url="http://trac.cherrypy.org/cgi-bin/trac.cgi/wiki/CherryPyDownload" ) |