diff options
author | ianb <devnull@localhost> | 2007-08-09 03:40:48 +0000 |
---|---|---|
committer | ianb <devnull@localhost> | 2007-08-09 03:40:48 +0000 |
commit | c173c2d104e9f0749ecf523fa16ca05f400de7f1 (patch) | |
tree | bb151a3206e73eb293de513a2de7c258724b3ace /setup.cfg | |
download | webtest-c173c2d104e9f0749ecf523fa16ca05f400de7f1.tar.gz |
rename
Diffstat (limited to 'setup.cfg')
-rw-r--r-- | setup.cfg | 35 |
1 files changed, 35 insertions, 0 deletions
diff --git a/setup.cfg b/setup.cfg new file mode 100644 index 0000000..6e5e182 --- /dev/null +++ b/setup.cfg @@ -0,0 +1,35 @@ +[global] +command_packages = buildutils.pudge_command, buildutils.publish_command + +[egg_info] +tag_build = dev +tag_svn_revision = true + +[pudge] +organization = Python Paste +highlighter = pygments +settings = no_about=true + link1=http://cheeseshop.python.org/pypi/WSGITest Download + extra_credits=Hosting courtesy of <a href="http://tummy.com">Tummy.com</a> +dest = docs/html +docs = docs/index.txt docs/license.txt +title = WSGITest +modules = wsgitest + wsgitest.debugapp +doc_base = docs/ +theme = pythonpaste.org +mailing_list_url = /community/mailing-list.html +organization_url = http://pythonpaste.org/ +trac_url = http://trac.pythonpaste.org/ + +[publish] +doc-dest = scp://ianb@webwareforpython.org/home/paste/htdocs/wsgitest +make-dirs = 1 +doc-dir = docs/html + +[aliases] +distribute = register sdist bdist_egg upload pudge publish + +[egg_info] +tag_build = dev +tag_svn_revision = true |