gongor/setup.py

6 lines
89 B
Python
Raw Normal View History

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