6 lines
61 B
Python
6 lines
61 B
Python
#!/usr/bin/env python
|
|
|
|
import setuptools
|
|
|
|
setuptools.setup()
|