cb0c7c68b1
Signed-off-by: ZhijunWei <wzj334965317@outlook.com> Change-Id: Ibad2a3fd9899ec69cc5291d930d6315b02ecc011
38 lines
879 B
INI
38 lines
879 B
INI
[metadata]
|
|
name = fmclient
|
|
summary = A python client library for Fault Management
|
|
#description-file =
|
|
# README.rst
|
|
#author = OpenStack
|
|
#author-email = openstack-discuss@lists.openstack.org
|
|
#home-page = https://docs.openstack.org/nova/latest/
|
|
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 :: 3
|
|
Programming Language :: Python :: 3.5
|
|
|
|
[global]
|
|
setup-hooks =
|
|
pbr.hooks.setup_hook
|
|
|
|
[files]
|
|
packages =
|
|
fmclient
|
|
|
|
[entry_points]
|
|
console_scripts =
|
|
fm = fmclient.shell:main
|
|
|
|
[egg_info]
|
|
tag_build =
|
|
tag_date = 0
|
|
tag_svn_revision = 0
|
|
|