blob: ac6ba1934e61d096504d1f79e11aa6bb41028ace (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
[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-routes, python-webob
doc_files = LICENSE
MANIFEST.in
README.rst
SubmittingPatches.rst
doc/
|