8 lines
125 B
Python
8 lines
125 B
Python
|
# Copyright (c) 2023 Nordic Semiconductor ASA
|
||
|
#
|
||
|
# SPDX-License-Identifier: Apache-2.0
|
||
|
|
||
|
import setuptools
|
||
|
|
||
|
setuptools.setup()
|