56 lines
1.5 KiB
INI
56 lines
1.5 KiB
INI
[metadata]
|
|
name = python-freezerclient
|
|
version = 2.0.0
|
|
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
|
|
|
|
keywords =
|
|
freezer
|
|
freezerclient
|
|
python-freezerclient
|
|
|
|
[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
|