Blob Blame History Raw
# Do not build tutorial and test
--- CherryPy-2.0.0b/setup.py-orig	2005-03-20 20:16:11.392356672 +0100
+++ CherryPy-2.0.0b/setup.py	2005-03-20 20:16:27.167958416 +0100
@@ -22,7 +22,7 @@
       author_email="team@cherrypy.org",
       url="http://www.cherrypy.org",
       license="BSD",
-      packages=["cherrypy", "cherrypy.lib", "cherrypy.lib.filter", "cherrypy.tutorial", "cherrypy.test"],
+      packages=["cherrypy", "cherrypy.lib", "cherrypy.lib.filter"],
       download_url="http://trac.cherrypy.org/cgi-bin/trac.cgi/wiki/CherryPyDownload"
 )