1 2 3 4 5 6 7
#!/usr/bin/python3 """Legacy setup infrastructure for the sp_variant library.""" import setuptools # type: ignore setuptools.setup()