1
0
mirror of https://github.com/openSUSE/osc.git synced 2025-04-18 04:08:47 +02:00

9 lines
95 B
Python
Executable File

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