summaryrefslogtreecommitdiff
path: root/setup.cfg
diff options
context:
space:
mode:
Diffstat (limited to 'setup.cfg')
-rw-r--r--setup.cfg34
1 files changed, 34 insertions, 0 deletions
diff --git a/setup.cfg b/setup.cfg
new file mode 100644
index 0000000..5d371d4
--- /dev/null
+++ b/setup.cfg
@@ -0,0 +1,34 @@
+[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/Tempita 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 = Tempita
+modules = tempita
+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/tempita
+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