blob: 44f55c74c2aa929455a68965351dc1d925235c00 (
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, python-paramiko
doc_files = LICENSE
MANIFEST.in
README.rst
SubmittingPatches.rst
doc/
|