summaryrefslogtreecommitdiff
path: root/setup.cfg
diff options
context:
space:
mode:
authorianb <devnull@localhost>2007-06-26 17:18:08 +0000
committerianb <devnull@localhost>2007-06-26 17:18:08 +0000
commit49b071c6a22f7d4a2611b0fe75836eb8290ae4a5 (patch)
tree2ecb5da47ae1e18c13078b38d0a0e2bf315c5675 /setup.cfg
parent9eac33338b5120673095d1684838112ce7c8188f (diff)
downloadpaste-49b071c6a22f7d4a2611b0fe75836eb8290ae4a5.tar.gz
add pudge/publish/distribute commands1.4
Diffstat (limited to 'setup.cfg')
-rw-r--r--setup.cfg67
1 files changed, 36 insertions, 31 deletions
diff --git a/setup.cfg b/setup.cfg
index 84bf3ce..3464c3d 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -2,41 +2,46 @@
tag_build = dev
tag_svn_revision = true
-[pudge]
-theme = pythonpaste.org
-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
-exclude_modules = paste.script paste.deploy paste.webkit
- paste.util.subprocess24 paste.util.doctest24
- paste.util.string24 paste.util.UserDict24
- paste.util.PySourceColor
+[global]
+command_packages = buildutils.pudge_command, buildutils.publish_command
-doc_base = docs/
+[pudge]
+organization = Python Paste
+highlighter = pygments
+settings = no_about=true
+ link1=/deploy/ paste.deploy
+ link2=/script/ paste.script
+ link3=/download/ Download
+ extra_credits=Hosting courtesy of <a href="http://tummy.com">Tummy.com</a>
dest = docs/html
-modules = paste
+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
-organization = Python Paste
-organization_url = http://pythonpaste.org/
+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/
-settings = no_about=true
- link1=/deploy/ paste.deploy
- link2=/script/ paste.script
- link3=/download/ Download
- extra_credits=Hosting courtesy of <a href="http://tummy.com">Tummy.com</a>
-highlighter = pygments
-
+
[publish]
-doc-dir=docs/html
-doc-dest=scp://ianb@webwareforpython.org/home/paste/htdocs/
-make-dirs=1
+doc-dest = scp://ianb@webwareforpython.org/home/paste/htdocs/
+make-dirs = 1
+doc-dir = docs/html
+
+[aliases]
+distribute = register sdist bdist_egg upload pudge publish