summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorianb <ianb@localhost>2007-06-26 17:15:42 +0000
committerianb <ianb@localhost>2007-06-26 17:15:42 +0000
commit726389ea474c4fe522811d8ec5fa6f13034a26c4 (patch)
tree0bbcfc1608be6eab3cec1b76979b1676988accdb
parentf4d7c110acb14226430a072a6455d498771a710d (diff)
downloadpastedeploy-git-726389ea474c4fe522811d8ec5fa6f13034a26c4.tar.gz
add pudge/publish/distribute commands
-rw-r--r--setup.cfg33
1 files changed, 20 insertions, 13 deletions
diff --git a/setup.cfg b/setup.cfg
index fe8d247..a8f5b23 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -2,24 +2,31 @@
tag_build = dev
tag_svn_revision = true
+[global]
+command_packages = buildutils.pudge_command, buildutils.publish_command
+
[pudge]
-theme = pythonpaste.org
-docs = docs/index.txt docs/news.txt
+highlighter = pygments
+title = Paste Deploy
dest = docs/html
+docs = docs/index.txt docs/news.txt
+settings = no_about=true
+ link1=/deploy/ paste.deploy
+ link2=/script/ paster script
+ link3=/download/ Download
+ extra_credits=Hosting courtesy of <a href="http://tummy.com">Tummy.com</a>
modules = paste.deploy
-title = Paste Deploy
+theme = pythonpaste.org
+mailing_list_url = http://pythonpaste.org/community/mailing-list.html
organization = Python Paste
organization_url = http://pythonpaste.org/
trac_url = http://pythonpaste.org/trac/
-mailing_list_url = http://pythonpaste.org/community/mailing-list.html
-settings = no_about=true
- link1=/deploy/ paste.deploy
- link2=/script/ paster 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/deploy
-make-dirs=1
+doc-dest = scp://ianb@webwareforpython.org/home/paste/htdocs/deploy
+make-dirs = 1
+doc-dir = docs/html
+
+[aliases]
+distribute = register sdist bdist_egg upload pudge publish
+