""" Dummy setup.py to help pybuild figure out what to do until a Build-Depend on dh-python-pep517 can be added. """ from setuptools import setup if __name__ == "__main__": setup()