greenhouse/setup.py
2021-05-16 17:40:53 +02:00

8 lines
164 B
Python

# Copyright 2020-2021 Ternaris.
# SPDX-License-Identifier: Apache-2.0
"""Minimal setuptools boilerplate."""
from setuptools import setup # type: ignore
setup()