Files
pyMC_Repeater/setup.py
T
2026-06-24 23:27:49 +01:00

11 lines
186 B
Python
Executable File

#!/usr/bin/env python3
"""
Setup script for openhop_repeater
Version is managed by setuptools_scm from git tags
"""
from setuptools import setup
if __name__ == "__main__":
setup()