From 67e823dbf12795e1782e172cac8f6fe7c6361c64 Mon Sep 17 00:00:00 2001 From: Isis Lovecruft Date: Fri, 28 Jun 2013 13:14:43 +0000 Subject: [PATCH] Add repoze.sphinx to docs dependency 'extras_require' setting in setup.py. --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index c5fdff0..30b09fa 100644 --- a/setup.py +++ b/setup.py @@ -104,7 +104,7 @@ greater.""", install_requires=reqs, dependency_links=deps, - extras_require={'docs': ["Sphinx>=1.1"]}, + extras_require={'docs': ["Sphinx>=1.1", "repoze.sphinx"]}, platforms="Linux, BSD, OSX, Windows", download_url="https://github.com/isislovecruft/python-gnupg/archive/master.zip",