blob: 2452758f0b507e5a83e71e108d0041ab12c9ac17 (
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-routes, python-webob
doc_files = LICENSE
MANIFEST.in
README.rst
SubmittingPatches.rst
doc/
|