aboutsummaryrefslogtreecommitdiffstats
path: root/setup.py
blob: acfdb5d85535e8be75c8c63268254c423e869ac8 (plain)
1
2
3
4
5
6
7
#!/usr/bin/env python3
# SPDX-License-Identifier: Apache-2.0
# -*- coding: utf-8 -*-

from setuptools import setup

setup()