summaryrefslogtreecommitdiffhomepage
path: root/setup.cfg
diff options
context:
space:
mode:
Diffstat (limited to 'setup.cfg')
-rw-r--r--setup.cfg12
1 files changed, 10 insertions, 2 deletions
diff --git a/setup.cfg b/setup.cfg
index 411aadee..ac6ba193 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -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/