fix DeprecationWarnings on 3.10
[relay.git/.git] / setup.py
1 import setuptools
2
3 if __name__ == "__main__":
4     setuptools.setup()