9 lines
165 B
Python
9 lines
165 B
Python
# Copyright (c) 2021-2026, ETH Zurich and NVIDIA CORPORATION
|
|
# All rights reserved.
|
|
#
|
|
# SPDX-License-Identifier: BSD-3-Clause
|
|
|
|
from setuptools import setup
|
|
|
|
setup()
|