3 lines
56 B
Python
Executable file
3 lines
56 B
Python
Executable file
#!/usr/bin/python3
|
|
from setuptools import setup
|
|
setup()
|