summaryrefslogtreecommitdiff
path: root/setup.cfg
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 /setup.cfg
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 'setup.cfg')
-rw-r--r--setup.cfg6
1 files changed, 5 insertions, 1 deletions
diff --git a/setup.cfg b/setup.cfg
index b7861de..86635d0 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -13,6 +13,10 @@ docs = docs/index.txt docs/DeveloperGuidelines.txt docs/StyleGuide.txt
docs/develop-example.txt docs/developer-features.txt
docs/enabled.txt docs/install-example.txt
docs/related-projects.txt
+exclude_modules = paste.script paste.deploy paste.webkit
+ paste.util.subprocess24 paste.util.doctest24
+ paste.util.string24 paste.util.UserDict24
+ paste.util.PySourceColor
doc_base = docs/
dest = docs/html
@@ -25,7 +29,7 @@ blog_url = http://pythonpaste.org/news/
trac_url = http://pythonpaste.org/trac/
settings = no_about=true
link1=/deploy/ paste.deploy
- link2=/script/ paster script
+ link2=/script/ paste.script
link3=/download/ Download
extra_credits=Hosting courtesy of <a href="http://tummy.com">Tummy.com</a>