aboutsummaryrefslogtreecommitdiff
path: root/setup.py
blob: 4707ea58ecf05678c277aa8db662db40134602a9 (plain)
1
2
3
4
5
6
7
# SPDX-FileCopyrightText: Copyright 2022, Arm Limited and/or its affiliates.
# SPDX-License-Identifier: Apache-2.0
"""Module to setup the python package."""
from setuptools import setup


setup()