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