![hanchao](/assets/img/avatar_default.png)
Reformat the README.md into README.rst. Reschedule the directory of the docs. Add code blocks to emphasize the commands in the quickstart.rst. Seperate the multi-node- architecture section out of the README.rst, and put it in the multi-node-architecture.rst. Note: The multi-node-architecture.rst is not indicated in the README.rst. Change-Id: I05407cf75e4f140158c690d96a9ded5f39cf6bc8 Closes-Bug: #1569139
44 lines
956 B
INI
44 lines
956 B
INI
[metadata]
|
|
name = steth
|
|
summary = Steth is a sophisticated debug bridge for OpenStack Neutron.
|
|
description-file =
|
|
README.rst
|
|
author = "UnitedStackSDN"
|
|
author-email = unitedstack-sdn@googlegroups.com
|
|
home-page = https://www.ustack.com/
|
|
classifier =
|
|
Environment :: OpenStack
|
|
Intended Audience :: Information Technology
|
|
Intended Audience :: System Administrators
|
|
License :: OSI Approved :: Apache Software License
|
|
Operating System :: POSIX :: Linux
|
|
Programming Language :: Python
|
|
Programming Language :: Python :: 2
|
|
Programming Language :: Python :: 2.7
|
|
Programming Language :: Python :: 2.6
|
|
|
|
[global]
|
|
setup-hooks =
|
|
pbr.hooks.setup_hook
|
|
|
|
[files]
|
|
packages =
|
|
steth
|
|
|
|
[entry_points]
|
|
console_scripts =
|
|
steth = steth.stethclient.shell:main
|
|
steth-agent = steth.agent.agent:main
|
|
|
|
[egg_info]
|
|
tag_build =
|
|
tag_date = 0
|
|
tag_svn_revision = 0
|
|
|
|
[wheel]
|
|
universal = 1
|
|
|
|
[pbr]
|
|
autodoc_index_modules = 1
|
|
warnerrors = true
|