yaml2ical/setup.cfg
Doug Hellmann 913f2d8b37 update the versions of python 3 claimed
We're running at least 3.5 in CI, so start there.

Update tox to set the environments from newest to oldest to avoid
issues with the dbm format selected for the .testrepository database
generated by the tests, to allow it to work for all tox environments
on a local system.

Change-Id: I7cde15039f782bba69ed9e0e44b08e289148019e
Signed-off-by: Doug Hellmann <doug@doughellmann.com>
2018-11-02 13:57:38 -04:00

29 lines
813 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.5
Programming Language :: Python :: 3.6
Programming Language :: Python :: 3.7
[global]
setup-hooks =
pbr.hooks.setup_hook
[files]
packages = yaml2ical
[entry_points]
console_scripts =
yaml2ical = yaml2ical.cli:main