From 9454b6b75cfee4b6ac8327d39a2a0ff828f508ce Mon Sep 17 00:00:00 2001 From: ianb Date: Sat, 7 Jan 2006 22:14:03 +0000 Subject: 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). --- setup.cfg | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'setup.cfg') 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 Tummy.com -- cgit v1.2.1