8362e3a366
In Zed cycle, we have dropped the python 3.6/3.7[1] testing and its support. Removing the py36 centos8 job as well as updating the python classifier also to reflect the same. [1] https://governance.openstack.org/tc/reference/runtimes/zed.html Change-Id: I809ecebc0733f682c08984b2ff7e3aeffae9e0fd
31 lines
877 B
INI
31 lines
877 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.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
|