# /usr/bin/python3
# coding: utf-8
"""
escape hatch script for PEP-517 unaware build system
"""
import setuptools

setuptools.setup()
