diff options
author | Robert Brewer <fumanchu@aminus.org> | 2008-03-18 18:23:50 +0000 |
---|---|---|
committer | Robert Brewer <fumanchu@aminus.org> | 2008-03-18 18:23:50 +0000 |
commit | bdf82be78e922474b7b9311168457410d4dd1165 (patch) | |
tree | 86da149c2099c9e0d52c0ed20d1d95983f6c842b /MANIFEST.in | |
parent | 573102df129892f925b349ebf24ec580c2527547 (diff) | |
download | cherrypy-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.in | 12 |
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
|