# Setup configuration for building the Python wheel

import setuptools

if __name__ == "__main__":
    setuptools.setup()
