freezer/setup.cfg
Ghanshyam Mann f04df2caa5 [ussuri][goal] Drop python 2.7 support and testing
OpenStack is dropping the py2.7 support in ussuri cycle.

freezer is ready with python 3 and ok to drop the
python 2.7 support.

Complete discussion & schedule can be found in
- http://lists.openstack.org/pipermail/openstack-discuss/2019-October/010142.html
- https://etherpad.openstack.org/p/drop-python2-support

Ussuri Communtiy-wide goal:
https://governance.openstack.org/tc/goals/selected/ussuri/drop-py27.html

Change-Id: I14ab74f3e82e83ef5c5a49831f68335965e7e101
2019-11-22 01:52:55 +00:00

61 lines
1.7 KiB
INI

[metadata]
name = freezer
author = OpenStack
author-email = openstack-discuss@lists.openstack.org
summary = The OpenStack Backup Restore and Disaster Recovery as a Service Platform
description-file = README.rst
home-page = https://docs.openstack.org/freezer/latest/
license = Apache-2
classifier =
Programming Language :: Python
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
backup
openstack
restore
disaster recovery
lvm
snapshot
mongodb
mysql
[global]
setup-hooks =
pbr.hooks.setup_hook
[files]
packages =
freezer
data_files =
freezer/scripts = freezer/scripts/vss.ps1
[entry_points]
oslo.config.opts =
freezer-agent = freezer.common.config:list_opts
freezer-scheduler = freezer.scheduler.arguments:list_opts
console_scripts =
freezer-scheduler = freezer.scheduler.freezer_scheduler:main
freezer-agent = freezer.main:main