Spaces:
Sleeping
Sleeping
| #!/usr/bin/env python | |
| from distutils.core import setup | |
| setup( | |
| name="sorbobotapp", | |
| version="0.0.1", | |
| authors=["Leo Bourrel <[email protected]>"], | |
| package_dir={"": "sorbobotapp"}, | |
| ) | |