Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
SorbonneUniversity
/
SorboBot
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
39a3f86
SorboBot
/
setup.py
Léo Bourrel
feat: install pre-commit && clean
39a3f86
almost 2 years ago
raw
Copy download link
history
blame
Safe
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"
},
)