yaql/setup.cfg
Takashi Kajinami b18495bac4 Remove translation sections from setup.cfg
These translation sections are not needed anymore, Babel can generate
translation files without them.

Change-Id: Ia30f705a71d0d4f54ce605ba00ad494d6b70a97b
2023-12-20 21:47:02 +09:00

30 lines
830 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
[files]
packages =
yaql
[entry_points]
console_scripts =
yaql = yaql.cli.run:main