steth/setup.cfg
yaowei dc32af21f7 Change all name and path from stetho to steth
Since project name has changed to steth, name and path should be changed
too.

Change-Id: I83590ec90e1c3f4fac1faa3b842a9079b248488d
2016-01-18 18:26:52 +08:00

44 lines
955 B
INI

[metadata]
name = steth
summary = Steth is a sophisticated debug bridge for OpenStack Neutron.
description-file =
README.md
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