summaryrefslogtreecommitdiff
path: root/MANIFEST.in
diff options
context:
space:
mode:
authorianb <devnull@localhost>2006-01-07 22:14:03 +0000
committerianb <devnull@localhost>2006-01-07 22:14:03 +0000
commit9454b6b75cfee4b6ac8327d39a2a0ff828f508ce (patch)
treec69165879c6153d8e3bd6a4d50ebad7a96659f6c /MANIFEST.in
parente74273a11b048ec1f4c4ed0a6712e15376d15b97 (diff)
downloadpaste-9454b6b75cfee4b6ac8327d39a2a0ff828f508ce.tar.gz
Added a little argument to profile.profile_decorator, to allow conditional profiling; added an entry point for the built-in http server, so you can use egg:Paste#http in paste.deploy files; small doc update; got rid of MANIFEST.in, which I don't believe is actually needed to make a proper package (and might actually hurt, since setuptools handles things itself when MANIFEST.in doesn't exist).
Diffstat (limited to 'MANIFEST.in')
-rw-r--r--MANIFEST.in6
1 files changed, 0 insertions, 6 deletions
diff --git a/MANIFEST.in b/MANIFEST.in
deleted file mode 100644
index 25dbd86..0000000
--- a/MANIFEST.in
+++ /dev/null
@@ -1,6 +0,0 @@
-recursive-include docs *.txt *.html *.css
-recursive-include examples *.py *.txt *.cgi
-recursive-include *.py
-recursive-include *.html
-recursive-include *.css
-recursive-include *.txt