File size: 92 Bytes
9d749c2 |
1 2 3 4 5 6 7 |
#!/usr/bin/env python
from setuptools import setup
if __name__ == "__main__":
setup()
|
9d749c2 |
1 2 3 4 5 6 7 |
#!/usr/bin/env python
from setuptools import setup
if __name__ == "__main__":
setup()
|