Files
yaql/setup.cfg
Takashi Kajinami aa855fc4cc Restore Python 3.6/7 support
... so that users can try to use the version with the security fix in
older python versions if needed.

Change-Id: I7e972c388e3f4f126360cea15fd201c9f8d563d5
2024-03-15 00:25:41 +09:00

34 lines
1000 B
INI

[metadata]
name = yaql
summary = YAQL - Yet Another Query Language
description_file =
README.rst
author = OpenStack
author_email = openstack-discuss@lists.openstack.org
home_page = http://yaql.readthedocs.io
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
Programming Language :: Python :: 3.10
Programming Language :: Python :: 3.11
[files]
packages =
yaql
[entry_points]
console_scripts =
yaql = yaql.cli.run:main