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