blob: 7c4c40cfe1fe11cfc95a17abc2a978b89fba9ba8 (
plain)
1
2
3
4
5
6
7
8
9
|
""" 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()
|