diff options
author | YAMAMOTO Takashi <yamamoto@valinux.co.jp> | 2013-11-28 14:30:00 +0900 |
---|---|---|
committer | FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp> | 2013-11-29 09:23:37 +0900 |
commit | 03ac8742f4a1628c341bb753b265915734772fbb (patch) | |
tree | 6dd852fc0a65f1e9772e2c316938a281ee20566e /setup.cfg | |
parent | bd897e79152a625f064511b3321e9bc22df881c0 (diff) |
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
Signed-off-by: YAMAMOTO Takashi <yamamoto@valinux.co.jp>
Signed-off-by: FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>
Diffstat (limited to 'setup.cfg')
-rw-r--r-- | setup.cfg | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -34,7 +34,7 @@ source-dir = doc/source [bdist_rpm] Release = 1 Group = Applications/Accessories -Requires = python-eventlet, python-routes, python-webob, python-paramiko, python-netaddr python-oslo-config +Requires = python-eventlet, python-routes, python-webob, python-paramiko, python-netaddr python-oslo-config, python-msgpack doc_files = LICENSE MANIFEST.in README.rst |