4 lines
61 B
Python
Executable file
4 lines
61 B
Python
Executable file
#!/usr/bin/env python3
|
|
import setuptools
|
|
|
|
setuptools.setup()
|