Blob Blame History Raw
--- CherryPy-2.1.0/setup.py-orig	2005-11-01 12:01:25.000000000 +0100
+++ CherryPy-2.1.0/setup.py	2005-11-01 12:02:10.000000000 +0100
@@ -35,22 +35,10 @@
 cp_license="BSD"
 packages=[
     "cherrypy", "cherrypy.lib", "cherrypy.lib.filter",
-    "cherrypy.tutorial", "cherrypy.test",
 ]
 download_url="http://sourceforge.net/project/showfiles.php?group_id=56099"
 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