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