d4305fb467
As per the current release tested runtime, we test python version from 3.8 to 3.11 so updating the same in python classifier in setup.cfg Change-Id: I0d48eeef6d0d84c8e890d6177e64a6ec4fec8e43
37 lines
1.1 KiB
INI
37 lines
1.1 KiB
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
|
|
Programming Language :: Python :: 3.10
|
|
Programming Language :: Python :: 3.11
|
|
|
|
[files]
|
|
packages =
|
|
venus
|
|
|
|
[entry_points]
|
|
console_scripts =
|
|
venus_manager = venus.cmd.manage:main
|
|
venus_api = venus.cmd.api:main
|
|
venus_task = venus.cmd.task:main
|
|
|
|
venus.database.migration_backend =
|
|
sqlalchemy = oslo_db.sqlalchemy.migration
|