summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index 5aa25721..e0b60e8c 100644
--- a/setup.py
+++ b/setup.py
@@ -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"
)