Spaces:
Running
Running
File size: 193 Bytes
68a9b68 |
1 2 3 4 5 6 7 8 9 10 11 |
#!/usr/bin/env python
from distutils.core import setup
setup(
name="sorbobotapp",
version="0.0.1",
authors=["Leo Bourrel <[email protected]>"],
package_dir={"": "sorbobotapp"},
)
|