1
0
mirror of https://github.com/openSUSE/osc.git synced 2024-09-19 16:56:17 +02:00
github.com_openSUSE_osc/setup.py

9 lines
95 B
Python
Executable File

#!/usr/bin/env python3
import setuptools
if __name__ == "__main__":
setuptools.setup()