10 lines
168 B
Python
10 lines
168 B
Python
![]() |
#
|
||
|
# Copyright (c) 2023 Wind River Systems, Inc.
|
||
|
#
|
||
|
# SPDX-License-Identifier: Apache-2.0
|
||
|
#
|
||
|
|
||
|
import setuptools
|
||
|
|
||
|
setuptools.setup(setup_requires=["pbr>=2.0.0"], pbr=True)
|