ryu/setup.cfg
YAMAMOTO Takashi f2f5e1030d msgpack-rpc fixes and improvements
- make create_request returns msgid
- fix msgid wrap around
- rename classes
- convenient transport classes for socket-like
- update requirements
- copyright notice, comments, and assertions
2013-05-15 09:16:50 +09:00

15 lines
356 B
INI

[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, python-msgpack
doc_files = LICENSE
MANIFEST.in
README.rst
SubmittingPatches.rst
doc/