15d58bbb6d
We'll need to upload this module to PyPI in order to properly integrate with the OpenStack Infrastructure. Unfortunately, there is already a module there going by the 'arbiter' name. This switches the module name to 'yaml2ical', which is not sounding nice, but at least is functionally correct. The git repository itself shall be renamed once this is merged. Change-Id: I896bcbe7be8c6a017015b428c6ff0d39a4974a04
24 lines
680 B
INI
24 lines
680 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://ci.openstack.org/
|
|
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.3
|
|
Programming Language :: Python :: 3.4
|
|
|
|
[global]
|
|
setup-hooks =
|
|
pbr.hooks.setup_hook
|
|
|
|
[files]
|
|
packages = yaml2ical
|