summaryrefslogtreecommitdiff
path: root/setup.cfg
diff options
context:
space:
mode:
authorRené 'Necoro' Neumann <necoro@necoro.net>2009-03-24 20:05:54 +0100
committerRené 'Necoro' Neumann <necoro@necoro.net>2009-03-24 20:05:54 +0100
commite3c683f84345051612f670d2faade7ef638b406a (patch)
tree841e8115fbdc97b601044a4bfaed87bfc270ab0b /setup.cfg
parent9803bc511d8737703985fb00dddcafa7a687c574 (diff)
downloadportato-e3c683f84345051612f670d2faade7ef638b406a.tar.gz
portato-e3c683f84345051612f670d2faade7ef638b406a.tar.bz2
portato-e3c683f84345051612f670d2faade7ef638b406a.zip
Added build_manpage support. Moved all the startup logic from portato.py to portato/__init__.py
Diffstat (limited to 'setup.cfg')
-rw-r--r--setup.cfg3
1 files changed, 3 insertions, 0 deletions
diff --git a/setup.cfg b/setup.cfg
new file mode 100644
index 0000000..739ffe6
--- /dev/null
+++ b/setup.cfg
@@ -0,0 +1,3 @@
+[build_manpage]
+output=doc/portato.1
+parser=portato:get_parser