summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRemi Delon <rdelon@cherrypy.org>2006-04-03 15:01:22 +0000
committerRemi Delon <rdelon@cherrypy.org>2006-04-03 15:01:22 +0000
commit619a937ac43f406dc6a74aae970a348b4a310fad (patch)
treea5e3f8f20953d880ebc3104680660606a023c4bf
parent29574ff73d58cc97a7c71aff9358c163d12fb707 (diff)
downloadcherrypy-2.2.0.tar.gz
added test/static/dirback.jpg to distrocherrypy-2.2.0
-rw-r--r--MANIFEST.in1
-rw-r--r--setup.py3
2 files changed, 3 insertions, 1 deletions
diff --git a/MANIFEST.in b/MANIFEST.in
index 9ddd06c4..6cc0bca1 100644
--- a/MANIFEST.in
+++ b/MANIFEST.in
@@ -7,3 +7,4 @@ include cherrypy/tutorial/*.html
include cherrypy/tutorial/README.txt
include cherrypy/test/style.css
include cherrypy/test/static/*.html
+include cherrypy/test/static/*.jpg
diff --git a/setup.py b/setup.py
index 60ec9987..1c517a72 100644
--- a/setup.py
+++ b/setup.py
@@ -51,7 +51,8 @@ data_files=[
('cherrypy', ['cherrypy/favicon.ico',]),
('cherrypy/test', ['cherrypy/test/style.css',]),
('cherrypy/test/static', ['cherrypy/test/static/index.html',
- 'cherrypy/test/static/has space.html',]),
+ 'cherrypy/test/static/has space.html',
+ 'cherrypy/test/static/dirback.jpg',]),
]
###############################################################################
# end arguments for setup