Files
python-freezerclient/setup.cfg
Cai Hui 346dfa8ef2 Add python3.7 unit test job
This is a mechanically generated patch to add a unit test job running
under Python 3.7.

See ML discussion here [1] for context.

[1] http://lists.openstack.org/pipermail/openstack-dev/2018-October/135626.html

Change-Id: I682d70484e90eceaafeba6b69c83e5dbe1b301e7
2019-06-05 03:21:24 -04:00

47 lines
1.4 KiB
INI

[metadata]
name = python-freezerclient
summary = OpenStack Disaster Recovery API Client Library
description-file =
README.rst
license = Apache License, Version 2.0
author = OpenStack
author-email = openstack-discuss@lists.openstack.org
home-page = https://docs.openstack.org/python-freezerclient/latest/
classifier =
Programming Language :: Python
Programming Language :: Python :: 2
Programming Language :: Python :: 2.7
Programming Language :: Python :: 3
Programming Language :: Python :: 3.6
Programming Language :: Python :: 3.7
Development Status :: 5 - Production/Stable
Natural Language :: English
Environment :: OpenStack
Intended Audience :: Developers
Intended Audience :: Information Technology
Intended Audience :: System Administrators
License :: OSI Approved :: Apache Software License
Operating System :: MacOS
Operating System :: POSIX :: BSD :: FreeBSD
Operating System :: POSIX :: BSD :: NetBSD
Operating System :: POSIX :: BSD :: OpenBSD
Operating System :: POSIX :: Linux
Operating System :: Microsoft :: Windows
Operating System :: Unix
Topic :: System :: Archiving :: Backup
Topic :: System :: Archiving :: Compression
Topic :: System :: Archiving
keywords =
freezer
freezerclient
python-freezerclient
[files]
packages =
freezerclient
[entry_points]
console_scripts =
freezer = freezerclient.shell:main