Co-Authored-By: Sean Mooney <smooney@redhat.com> Change-Id: Iefecc6584d216f379a7b94a0d295106a161b765b Signed-off-by: Victoria Martinez de la Cruz <victoria@redhat.com>
8 lines
119 B
Python
8 lines
119 B
Python
#
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
import setuptools
|
|
|
|
|
|
setuptools.setup(setup_requires=["pbr>=2.0.0"], pbr=True)
|