af133fec2f
USM needs to build a python wheels package containing ONLY the ‘software’ cli client for inclusion in the Remote CLI Container. Test Plan: PASS Build software-client package PASS Build ISO PASS Install ISO PASS Run "software list" and "software upload" Story: 2010676 Task: 48851 Change-Id: Idb6d69a66d625291094501cacdb0bb84f511f81d Signed-off-by: Jessica Castelino <jessica.castelino@windriver.com>
29 lines
764 B
INI
29 lines
764 B
INI
[metadata]
|
|
name = software_client
|
|
summary = Unified Software Management Client
|
|
description = file: README.rst
|
|
author = StarlingX Team
|
|
author_email = starlingx-discuss@lists.starlingx.io
|
|
home_page = https://www.starlingx.io/
|
|
license_files = LICENSE
|
|
classifiers =
|
|
Environment :: OpenStack
|
|
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.9
|
|
|
|
[options]
|
|
packages = find:
|
|
python_requires = >=3.9
|
|
|
|
[options.entry_points]
|
|
console_scripts =
|
|
software=software_client.software_client:main
|
|
|
|
[wheel]
|
|
universal = 1
|