diff options
Diffstat (limited to 'setup.cfg')
-rw-r--r-- | setup.cfg | 12 |
1 files changed, 10 insertions, 2 deletions
@@ -1,6 +1,14 @@ -# TODO +[build_sphinx] +all_files = 1 +build-dir = doc/build +source-dir = doc/source [bdist_rpm] Release = 1 Group = Applications/Accessories -Requires = python-gevent >= 0.13, python-gflags, python-simplejson, python-webob, python-routes +Requires = python-gevent >= 0.13, python-gflags, python-routes, python-webob +doc_files = LICENSE + MANIFEST.in + README.rst + SubmittingPatches.rst + doc/ |