summaryrefslogtreecommitdiffhomepage
path: root/setup.cfg
diff options
context:
space:
mode:
authorGuido Günther <agx@sigxcpu.org>2011-11-02 12:56:58 +0100
committerGuido Günther <agx@sigxcpu.org>2011-11-06 17:30:42 +0100
commit052706115d25b6f05b03ad2ed8d2a75f5abcb704 (patch)
treea5499804e62a9299e05d0ebef320fcd92df2538f /setup.cfg
parentb484a97e09f4fc94680b748cab81bb6386c44679 (diff)
Configure epydoc via setup.cfg
Diffstat (limited to 'setup.cfg')
-rw-r--r--setup.cfg8
1 files changed, 8 insertions, 0 deletions
diff --git a/setup.cfg b/setup.cfg
index 89232640..7dfbe05a 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -2,3 +2,11 @@
with-doctest=1
with-coverage=1
cover-package=gbp
+
+[epydoc]
+name = git-buildpackage
+sourcecode = no
+url = https://honk.sigxcpu.org/piki/projects/git-buildpackage/
+target = build/apidocs/
+fail-on = docstring_warning
+modules = gbp, tests/test_Git*.py