summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Brewer <fumanchu@aminus.org>2008-03-27 00:29:12 +0000
committerRobert Brewer <fumanchu@aminus.org>2008-03-27 00:29:12 +0000
commit0feb8c59ddcd813b318f8c66d0936f2eb143bc14 (patch)
treea6a391ae8a1af916506c0b17fc803ce93607a51e
parent768a42de036bb472923222e2881d6708e190df51 (diff)
downloadcherrypy-0feb8c59ddcd813b318f8c66d0936f2eb143bc14.tar.gz
Oops. Buglet in setup.py.
-rw-r--r--setup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index 04fa911a..cba5d20e 100644
--- a/setup.py
+++ b/setup.py
@@ -51,7 +51,7 @@ data_files=[
('cherrypy/scaffold', ['cherrypy/scaffold/example.conf',
'cherrypy/scaffold/site.conf',
]),
- ('cherrypy/scaffold/static', ['made_with_cherrypy_small.png',
+ ('cherrypy/scaffold/static', ['cherrypy/scaffold/static/made_with_cherrypy_small.png',
]),
('cherrypy/test', ['cherrypy/test/style.css',
'cherrypy/test/test.pem',