aboutsummaryrefslogtreecommitdiff
path: root/setup.py
blob: 49165101cb3af18a18a3ef2ac6d0e9a000d440f2 (plain)
1
2
3
4
5
6
# Copyright (c) 2021-2022 Arm Limited.
# SPDX-License-Identifier: Apache-2.0
"""Setup script for backward compatibility."""
from setuptools import setup

setup()