Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
SorbonneUniversity
/
SorboBot
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
68a9b68
SorboBot
/
setup.py
leo-bourrel
!feat: Import new sorbobot version
68a9b68
over 1 year 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 <leo@ia-lab.fr>"
],
package_dir={
""
:
"sorbobotapp"
},
)