Memo García 2864edd6d1 Python freezer client
Split apiclient from freezer-agent repo
Use cliff as a cli for freezer

Implements bp: freezerclient
2016-03-18 13:40:01 +00:00

50 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 = Freezer Team
author-email = openstack-dev@lists.openstack.org
home-page = https://wiki.openstack.org/wiki/Freezer
classifier =
Programming Language :: Python
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
[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