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