58cafeb4f0
Only local dev installs for now. PyPI will come later.
6 lines
91 B
Python
6 lines
91 B
Python
#!/usr/bin/env python
|
|
|
|
from setuptools import setup
|
|
|
|
if __name__ == "__main__":
|
|
setup() |