venus/setup.cfg
Ghanshyam Mann da666ff38e Revert "add support of Python3.10"
This reverts commit 7e394d2b944f58db450a2c5e37634137c14d8dee.

Reason for revert: We are not testing py3.10 yet. that might be the target in Z cycle. We are adding a non voting job for py3.10 in Yoga job template but that is also not done yet.

Change-Id: Idf08dc34c8b9965fca2917f7e85e60fe62ba9d81
2021-12-16 16:18:34 +00:00

32 lines
914 B
INI

[metadata]
name = venus
summary = OpenStack Log Management as a Service
description_file =
README.rst
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-manage = venus.cmd.manage:main
venus-api = venus.cmd.api:main