oidc-auth-armada-app/python3-k8sapp-oidc/k8sapp_oidc/setup.py
Leonardo Fagundes Luz Serrano 02cbe8403b Standardize app configs (re-submission)
This is a re-submission of [1], which was reverted due to
issues with centos builds. This change can merge now that
centos is no longer supported.

Fixed versioning and adjusted some build files
to bring them as close to a standard as possible.

- Remove centos files
- Fix mismatch in plugin name, set to python3-k8sapp-APP
- Standardize plugin debian files (rules, *.install)
- plugin wheels saved to /plugin instead of /plugin/<app>

Note:
- Version tracking changes made in [1] were not added here
  as they are addressed in a different commit

[1] https://review.opendev.org/c/starlingx/oidc-auth-armada-app/+/868293

Test Plan:
PASS build-pkgs
PASS wheel version updated
PASS app tarball contains wheel file

Story: 2010542
Task: 47516

Signed-off-by: Leonardo Fagundes Luz Serrano <Leonardo.FagundesLuzSerrano@windriver.com>
Change-Id: I18b99c9e68270b5dd5607ddaffb229904ac61c65
2023-03-01 17:52:54 -03:00

13 lines
178 B
Python

#
# Copyright (c) 2020 Wind River Systems, Inc.
#
# SPDX-License-Identifier: Apache-2.0
#
import setuptools
setuptools.setup(
setup_requires=['pbr>=2.0.0'],
pbr=True)