mirror of
https://github.com/faucetsdn/ryu.git
synced 2026-01-27 11:31:55 +01:00
- make create_request returns msgid - fix msgid wrap around - rename classes - convenient transport classes for socket-like - update requirements - copyright notice, comments, and assertions
15 lines
356 B
INI
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/
|