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