f060b59ced
We cannot bulid venus directory in PYPI because it has created [1], so we rename to openstack-venus to create directory in PYPI. [1]https://zuul.opendev.org/t/openstack/build/3e690921d50644b89c34b375b9faf4b7 Change-Id: Iad6aea8d4d8d3c5b488396edc7bdd716c37881a5
31 lines
887 B
INI
31 lines
887 B
INI
[metadata]
|
|
name = openstack-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.8
|
|
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.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
|