2016-03-01 15:35:22 +00:00
|
|
|
[metadata]
|
|
|
|
name = python-freezerclient
|
|
|
|
summary = OpenStack Disaster Recovery API Client Library
|
|
|
|
description-file =
|
|
|
|
README.rst
|
|
|
|
license = Apache License, Version 2.0
|
2017-06-16 11:13:59 +05:30
|
|
|
author = OpenStack
|
2016-03-01 15:35:22 +00:00
|
|
|
author-email = openstack-dev@lists.openstack.org
|
2018-01-10 15:31:24 +08:00
|
|
|
home-page = https://docs.openstack.org/python-freezerclient/latest/
|
2016-03-01 15:35:22 +00:00
|
|
|
classifier =
|
|
|
|
Programming Language :: Python
|
2017-05-22 16:57:24 +00:00
|
|
|
Programming Language :: Python :: 2
|
|
|
|
Programming Language :: Python :: 2.7
|
|
|
|
Programming Language :: Python :: 3
|
|
|
|
Programming Language :: Python :: 3.5
|
2016-03-01 15:35:22 +00:00
|
|
|
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
|
|
|
|
|
2016-03-21 10:07:20 +00:00
|
|
|
keywords =
|
|
|
|
freezer
|
|
|
|
freezerclient
|
|
|
|
python-freezerclient
|
|
|
|
|
2016-03-01 15:35:22 +00:00
|
|
|
[files]
|
|
|
|
packages =
|
|
|
|
freezerclient
|
|
|
|
|
|
|
|
[build_sphinx]
|
|
|
|
source-dir = doc/source
|
|
|
|
build-dir = doc/build
|
|
|
|
all_files = 1
|
|
|
|
|
|
|
|
[entry_points]
|
|
|
|
console_scripts =
|
|
|
|
freezer = freezerclient.shell:main
|
|
|
|
|
|
|
|
[pbr]
|
|
|
|
# Have pbr generate the module indexes like sphinx autodoc
|
|
|
|
autodoc_index_modules = True
|
|
|
|
|
|
|
|
# Treat sphinx warnings as errors during the docs build; this helps us keep
|
|
|
|
# the documentation clean.
|
|
|
|
warnerrors = true
|