SorboBot / setup.py
Léo Bourrel
feat: install pre-commit && clean
39a3f86
raw
history blame
193 Bytes
#!/usr/bin/env python
from distutils.core import setup
setup(
name="sorbobotapp",
version="0.0.1",
authors=["Leo Bourrel <[email protected]>"],
package_dir={"": "sorbobotapp"},
)