summaryrefslogtreecommitdiff
path: root/setup.cfg
diff options
context:
space:
mode:
authorIan Bicking <ianb@colorstudy.com>2010-06-15 12:30:34 -0500
committerIan Bicking <ianb@colorstudy.com>2010-06-15 12:30:34 -0500
commit872fc8db5bbff85c1f74de9210ea2b1f5a8ca8f7 (patch)
tree7c54e8df5df42642a1a05dd30a5d8ff753c13bce /setup.cfg
parentbde24c75563bee1f86eec96ec2bd9adac5b71e29 (diff)
downloadpaste-872fc8db5bbff85c1f74de9210ea2b1f5a8ca8f7.tar.gz
remove unused section
Diffstat (limited to 'setup.cfg')
-rw-r--r--setup.cfg34
1 files changed, 0 insertions, 34 deletions
diff --git a/setup.cfg b/setup.cfg
index 26ac58a..cf5a813 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -1,39 +1,6 @@
[global]
command_packages = buildutils.pudge_command, buildutils.publish_command
-[pudge]
-organization = Python Paste
-highlighter = pygments
-settings = no_about=true
- link1=/news.html news
- link2=/deploy/ paste.deploy
- link3=/script/ paste.script
- link4=/download/ download
- extra_credits=Hosting courtesy of <a href="http://tummy.com">Tummy.com</a>
-dest = docs/html
-docs = docs/index.txt docs/DeveloperGuidelines.txt docs/StyleGuide.txt
- docs/testing-applications.txt docs/url-parsing-with-wsgi.txt
- docs/package_index.txt
- docs/community/index.txt docs/community/mailing-list.txt
- docs/community/repository.txt
- docs/download/index.txt
- docs/develop-example.txt docs/developer-features.txt
- docs/enabled.txt docs/install-example.txt
- docs/related-projects.txt docs/news.txt
- docs/do-it-yourself-framework.txt
- docs/paste-httpserver-threadpool.txt
-title = Paste
-modules = paste
-doc_base = docs/
-theme = pythonpaste.org
-mailing_list_url = /community/mailing-list.html
-exclude_modules = paste.script paste.deploy paste.webkit
- paste.util.subprocess24 paste.util.doctest24
- paste.util.string24 paste.util.UserDict24
- paste.util.PySourceColor
-organization_url = http://pythonpaste.org/
-trac_url = http://trac.pythonpaste.org/
-
[publish]
doc-dest = scp://ianb@webwareforpython.org/home/paste/htdocs/
make-dirs = 1
@@ -41,4 +8,3 @@ doc-dir = docs/html
[aliases]
distribute = register sdist bdist_egg upload pudge publish
-