greenhouse/setup.py

8 lines
164 B
Python
Raw Normal View History

2021-05-02 14:43:01 +02:00
# Copyright 2020-2021 Ternaris.
# SPDX-License-Identifier: Apache-2.0
"""Minimal setuptools boilerplate."""
from setuptools import setup # type: ignore
setup()