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