3f37303231
The versions listed in setup.cfg are quite old. Also fix the broken unit tests and add the appropriate job template. Depends-on: https://review.opendev.org/c/openstack/project-config/+/909494 Change-Id: Ifca330011b49af8a92bcf222760dd7fe0c873d30
31 lines
881 B
INI
31 lines
881 B
INI
[metadata]
|
|
name = yaml2ical
|
|
summary = Convert YAML meeting descriptions into iCalendar files
|
|
description_file =
|
|
README.rst
|
|
author = NDSU IBM Capstone Group & OpenStack Infrastructure Team
|
|
author_email = openstack-infra@lists.openstack.org
|
|
home_page = http://docs.openstack.org/infra/system-config/
|
|
python_requires = >=3.8
|
|
classifier =
|
|
Intended Audience :: Information Technology
|
|
Intended Audience :: System Administrators
|
|
License :: OSI Approved :: Apache Software License
|
|
Operating System :: POSIX :: Linux
|
|
Programming Language :: Python
|
|
Programming Language :: Python :: 3.8
|
|
Programming Language :: Python :: 3.9
|
|
Programming Language :: Python :: 3.10
|
|
Programming Language :: Python :: 3.11
|
|
|
|
[global]
|
|
setup-hooks =
|
|
pbr.hooks.setup_hook
|
|
|
|
[files]
|
|
packages = yaml2ical
|
|
|
|
[entry_points]
|
|
console_scripts =
|
|
yaml2ical = yaml2ical.cli:main
|