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
|
2014-04-02 12:06:10 -05:00
|
|
|
description-file =
|
|
|
|
README.rst
|
2014-11-21 18:03:14 +01:00
|
|
|
author = NDSU IBM Capstone Group & OpenStack Infrastructure Team
|
|
|
|
author-email = openstack-infra@lists.openstack.org
|
2015-05-14 21:38:19 +00:00
|
|
|
home-page = http://docs.openstack.org/infra/system-config/
|
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
|
|
|
|
Programming Language :: Python :: 3.3
|
2014-11-21 18:03:14 +01:00
|
|
|
Programming Language :: Python :: 3.4
|
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
|