From 49f41715da5846e77bb78932bee33037ff072d81 Mon Sep 17 00:00:00 2001 From: Neil Williams Date: Tue, 1 Jan 2013 22:20:57 -0800 Subject: [PATCH] setup.cfg: Remove cruft. --- r2/setup.cfg | 29 ----------------------------- 1 file changed, 29 deletions(-) diff --git a/r2/setup.cfg b/r2/setup.cfg index f42f388f0..07478e8c2 100644 --- a/r2/setup.cfg +++ b/r2/setup.cfg @@ -1,38 +1,9 @@ [egg_info] tag_build = dev -tag_svn_revision = true [easy_install] find_links = http://www.pylonshq.com/download/ -[pudge] -theme = pythonpaste.org - -# Add extra doc files here with spaces between them -docs = r2/docs/index.txt - -# Doc Settings -doc_base = r2/docs/ -dest = r2/docs/html - -# Add extra modules here separated with commas -modules = r2 -title = R2 -organization = Pylons - -# Optionally add extra links -#organization_url = http://pylonshq.com/ -#trac_url = http://pylonshq.com/project -settings = no_about=true - -# Optionally add extra settings -# link1=/community/ Community -# link2=/download/ Download - -[publish] -doc-dir=r2/docs/html -make-dirs=1 - [nosetests] where = r2/tests/