e11a797737
The http://ci.openstack.org/ documentation site has been deprecated, replaced by redirects to corresponding paths within http://docs.openstack.org/infra/ where other Project Infrastructure documentation already resides. Change-Id: I0b3f3be54a0246fdc29c20439516ad62ac6bde1f
28 lines
771 B
INI
28 lines
771 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/
|
|
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
|
|
|
|
[entry_points]
|
|
console_scripts =
|
|
yaml2ical = yaml2ical.cli:main
|