b9fad2b2f3
Otherwise, relevant commands are missing in the container Change-Id: I65e8f8de096a73a10053246d017d24806db8f160
33 lines
961 B
INI
33 lines
961 B
INI
[metadata]
|
|
name = venus
|
|
summary = OpenStack Log Management as a Service
|
|
description_file =
|
|
README.rst
|
|
long_description_content_type = text/markdown
|
|
author = Brin Zhang
|
|
author_email = zhangbailin@inspur.com
|
|
python_requires = >=3.6
|
|
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 :: Implementation :: CPython
|
|
Programming Language :: Python :: 3 :: Only
|
|
Programming Language :: Python :: 3
|
|
Programming Language :: Python :: 3.6
|
|
Programming Language :: Python :: 3.7
|
|
Programming Language :: Python :: 3.8
|
|
Programming Language :: Python :: 3.9
|
|
|
|
[files]
|
|
packages =
|
|
venus
|
|
|
|
[entry_points]
|
|
console_scripts =
|
|
venus-manager = venus.cmd.manage:main
|
|
venus-api = venus.cmd.api:main
|