6 lines
91 B
Python
Executable File
6 lines
91 B
Python
Executable File
#!/usr/bin/env python
|
|
|
|
import setuptools
|
|
|
|
if __name__ == "__main__":
|
|
setuptools.setup() |