summaryrefslogtreecommitdiff
path: root/MANIFEST.in
diff options
context:
space:
mode:
authorRobert Brewer <fumanchu@aminus.org>2008-03-18 18:23:50 +0000
committerRobert Brewer <fumanchu@aminus.org>2008-03-18 18:23:50 +0000
commitbdf82be78e922474b7b9311168457410d4dd1165 (patch)
tree86da149c2099c9e0d52c0ed20d1d95983f6c842b /MANIFEST.in
parent573102df129892f925b349ebf24ec580c2527547 (diff)
downloadcherrypy-bdf82be78e922474b7b9311168457410d4dd1165.tar.gz
Fixed setup.py for the restsrv -> process change, plus fixed a couple svn props.
Diffstat (limited to 'MANIFEST.in')
-rw-r--r--MANIFEST.in12
1 files changed, 7 insertions, 5 deletions
diff --git a/MANIFEST.in b/MANIFEST.in
index 5e6c26de..83d99d19 100644
--- a/MANIFEST.in
+++ b/MANIFEST.in
@@ -1,11 +1,13 @@
+include cherrypy/cherryd
include cherrypy/favicon.ico
include cherrypy/LICENSE.txt
-include cherrypy/tutorial/*.conf
-include cherrypy/tutorial/*.pdf
-include cherrypy/tutorial/*.html
-include cherrypy/tutorial/README.txt
+include cherrypy/scaffold/*.conf
+include cherrypy/scaffold/static/*.png
include cherrypy/test/style.css
include cherrypy/test/test.pem
include cherrypy/test/static/*.html
include cherrypy/test/static/*.jpg
-include cherrypy/restsrv/restctl.sh
+include cherrypy/tutorial/*.conf
+include cherrypy/tutorial/*.pdf
+include cherrypy/tutorial/*.html
+include cherrypy/tutorial/README.txt