summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorRobert Brewer <fumanchu@aminus.org>2007-01-11 05:23:43 +0000
committerRobert Brewer <fumanchu@aminus.org>2007-01-11 05:23:43 +0000
commit5e6b4f56675aef14d7781840da407251ef79983a (patch)
treedebd7a31792b3c7f28e4118763dc6235fcc531b1 /setup.py
parent636bf3fcc5021f9cb5e8eade8ad6d1b27e19f3e0 (diff)
downloadcherrypy-git-5e6b4f56675aef14d7781840da407251ef79983a.tar.gz
Fix for #639 (Missing "cherrypy.wsgiserver" in setup.py).
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index 236a2930..b94d235e 100644
--- a/setup.py
+++ b/setup.py
@@ -38,7 +38,8 @@ url="http://www.cherrypy.org"
cp_license="BSD"
packages=[
"cherrypy", "cherrypy.lib",
- "cherrypy.tutorial", "cherrypy.test",
+ "cherrypy.tutorial", "cherrypy.test",
+ "cherrypy.wsgiserver",
]
download_url="http://download.cherrypy.org/cherrypy/3.0.1/"
data_files=[