
This PS enables shipyard to use PBR as rest of the other OpenStack project. Currently if shipyard is used as a requirement in another project, the dependencies for shipyard doesn't get installed. This PS fixes this bug. Change-Id: I34d452649a886af9d865d4ad51eeab70399fe395
25 lines
661 B
INI
25 lines
661 B
INI
[metadata]
|
|
name = shipyard_client
|
|
summary = CLI for shipyard
|
|
description-file = README.md
|
|
author = The Airship Authors
|
|
home-page = https://airship-shipyard.readthedocs.io/
|
|
|
|
classifier =
|
|
Intended Audience :: Information Technology
|
|
Intended Audience :: System Administrators
|
|
License :: OSI Approved :: Apache Software License
|
|
Operating System :: POSIX :: Linux
|
|
Programming Language :: Python
|
|
Programming Language :: Python :: 3
|
|
Programming Language :: Python :: 3.5
|
|
Programming Language :: Python :: 3.6
|
|
|
|
[files]
|
|
packages =
|
|
shipyard_client
|
|
|
|
[entry_points]
|
|
console_scripts =
|
|
shipyard = shipyard_client.cli.commands:shipyard
|