2014-04-02 12:06:10 -05:00
|
|
|
[metadata]
|
2014-11-21 18:03:14 +01:00
|
|
|
name = yaml2ical
|
|
|
|
summary = Convert YAML meeting descriptions into iCalendar files
|
2024-02-20 10:26:54 +09:00
|
|
|
description_file =
|
2014-04-02 12:06:10 -05:00
|
|
|
README.rst
|
2014-11-21 18:03:14 +01:00
|
|
|
author = NDSU IBM Capstone Group & OpenStack Infrastructure Team
|
2024-02-20 10:26:54 +09:00
|
|
|
author_email = openstack-infra@lists.openstack.org
|
|
|
|
home_page = http://docs.openstack.org/infra/system-config/
|
|
|
|
python_requires = >=3.8
|
2014-04-02 12:06:10 -05:00
|
|
|
classifier =
|
2014-11-21 18:03:14 +01:00
|
|
|
Intended Audience :: Information Technology
|
|
|
|
Intended Audience :: System Administrators
|
2014-04-02 12:06:10 -05:00
|
|
|
License :: OSI Approved :: Apache Software License
|
|
|
|
Operating System :: POSIX :: Linux
|
|
|
|
Programming Language :: Python
|
2024-02-20 10:26:54 +09:00
|
|
|
Programming Language :: Python :: 3.8
|
|
|
|
Programming Language :: Python :: 3.9
|
|
|
|
Programming Language :: Python :: 3.10
|
|
|
|
Programming Language :: Python :: 3.11
|
2014-04-02 12:06:10 -05:00
|
|
|
|
|
|
|
[global]
|
|
|
|
setup-hooks =
|
|
|
|
pbr.hooks.setup_hook
|
2014-05-30 16:36:56 -05:00
|
|
|
|
|
|
|
[files]
|
2014-11-21 18:03:14 +01:00
|
|
|
packages = yaml2ical
|
2015-01-16 17:36:55 +01:00
|
|
|
|
|
|
|
[entry_points]
|
|
|
|
console_scripts =
|
|
|
|
yaml2ical = yaml2ical.cli:main
|