sp-variant 2.0.0

Detect the Linux distribution for the StorPool build system
Documentation
1
2
3
4
5
6
7
#!/usr/bin/python3
"""Legacy setup infrastructure for the sp_variant library."""

import setuptools  # type: ignore


setuptools.setup()