Files
freezer-dr/setup.cfg
Ghanshyam Mann 8f8142b03f Dropping the py35 testing
All the integration testing has been moved to
Bionic now[1] and py3.5 is not tested runtime for
Train or stable/stein[2].

As per below ML thread, we are good to drop the py35
testing now:
http://lists.openstack.org/pipermail/openstack-discuss/2019-April/005097.html

[1] http://lists.openstack.org/pipermail/openstack-discuss/2019-April/004647.html
[2]
https://governance.openstack.org/tc/reference/runtimes/stein.html
https://governance.openstack.org/tc/reference/runtimes/train.html

Change-Id: Ief9e9871f35721f697dec2b1efd284a7f9e135af
2019-04-14 21:17:19 +00:00

59 lines
1.3 KiB
INI

[metadata]
name = freezer-dr
summary = OpenStack Disaster Recovery
description-file =
README.rst
author = Freezer Team
author-email = openstack-discuss@lists.openstack.org
home-page = https://docs.openstack.org/freezer/latest/
classifier =
Environment :: OpenStack
Intended Audience :: Developers
Intended Audience :: Information Technology
Intended Audience :: System Administrators
License :: OSI Approved :: Apache Software License
Operating System :: POSIX :: Linux
Programming Language :: Python
Programming Language :: Python :: 2
Programming Language :: Python :: 2.7
Programming Language :: Python :: 3
Programming Language :: Python :: 3.6
Development Status :: 5 - Production/Stable
Natural Language :: English
Operating System :: POSIX :: Linux
Topic :: System :: Recovery Tools
keywords =
openstack
freezer
disaster
recovery
evacuation
high availability
dr
[files]
packages =
freezer_dr
[global]
setup-hooks =
pbr.hooks.setup_hook
[build_sphinx]
source-dir = doc/source
build-dir = doc/build
all_files = 1
[pbr]
# Have pbr generate the module indexes like sphinx autodoc
autodoc_index_modules = True
warnerrors = True
[entry_points]
oslo.config.opts =
freezer-dr = freezer_dr.common.config:list_opts
console_scripts =
freezer-dr = freezer_dr.main:main