Blob Blame History Raw
--- CherryPy-2.1.1-orig/setup.py	2006-02-22 00:28:44.000000000 +0100
+++ CherryPy-2.1.1/setup.py	2006-02-22 00:31:11.000000000 +0100
@@ -35,21 +35,9 @@
 cp_license="BSD"
 packages=[
     "cherrypy", "cherrypy.lib", "cherrypy.lib.filter",
-    "cherrypy.tutorial", "cherrypy.test",
 ]
 data_files=[
-    ('cherrypy/tutorial',
-        [
-            'cherrypy/tutorial/tutorial.conf',
-            'cherrypy/tutorial/README.txt',
-            'cherrypy/tutorial/pdf_file.pdf',
-            'cherrypy/tutorial/custom_error.html',
-        ]
-    ),
     ('cherrypy', ['cherrypy/favicon.ico',]),
-    ('cherrypy/test', ['cherrypy/test/style.css',]),
-    ('cherrypy/test/static', ['cherrypy/test/static/index.html',
-                              'cherrypy/test/static/has space.html',]),
 ]
 ###############################################################################
 # end arguments for setup