e69a8917ec
- clean up setup.py and MANIFEST.in - simplejson isn't needed anymore - allow webob >= 1.0.8 as openstack quantum uses >= 1.0.8 version - allow gflags >= 1.3 as Fedora 18 uses gflags 1.5 Signed-off-by: Isaku Yamahata <yamahata@valinux.co.jp> Signed-off-by: FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>
15 lines
328 B
INI
15 lines
328 B
INI
[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/
|