blob: 49165101cb3af18a18a3ef2ac6d0e9a000d440f2 [file] [log] [blame]
Jeremy Johnson2ec34942021-12-14 16:34:05 +00001# Copyright (c) 2021-2022 Arm Limited.
2# SPDX-License-Identifier: Apache-2.0
3"""Setup script for backward compatibility."""
4from setuptools import setup
5
6setup()