Now requirements.txt and test-requirements.txt are aligned to global-requirements.txt of stable/Liberty. Testing requirements are now move to test-requirements.txt from tox.ini Also the author, author-email and home-page are now update to reflect Freezer Team and openstack-dev ml. Change-Id: I27f2ea875778f19d2ffb542b9b8fbf29d1a740fe
51 lines
1.3 KiB
INI
51 lines
1.3 KiB
INI
[metadata]
|
|
name = freezer-api
|
|
|
|
version = 1.2.0
|
|
|
|
summary = OpenStack Backup and Restore Service
|
|
description-file =
|
|
README.rst
|
|
|
|
author = Freezer Team
|
|
author_email = openstack-dev@lists.openstack.org
|
|
|
|
home-page = https://wiki.openstack.org/wiki/Freezer
|
|
classifier =
|
|
Environment :: OpenStack
|
|
Programming Language :: Python
|
|
Development Status :: 5 - Production/Stable
|
|
Natural Language :: English
|
|
Intended Audience :: Developers
|
|
Intended Audience :: Financial and Insurance Industry
|
|
Intended Audience :: Information Technology
|
|
Intended Audience :: System Administrators
|
|
Intended Audience :: Telecommunications Industry
|
|
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 :: Unix
|
|
Topic :: System :: Archiving :: Backup
|
|
Topic :: System :: Archiving :: Compression
|
|
Topic :: System :: Archiving
|
|
|
|
[files]
|
|
packages =
|
|
freezer_api
|
|
|
|
|
|
[entry_points]
|
|
console_scripts =
|
|
freezer-api = freezer_api.cmd.api:main
|
|
freezer-db-init = freezer_api.cmd.db_init:main
|
|
|
|
[pytests]
|
|
where=tests
|
|
verbosity=2
|
|
|
|
[pbr]
|
|
warnerrors = True
|