Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
fanurs
/
msu-ai-safety-cam
like
0
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
856c28f
msu-ai-safety-cam
/
setup.py
fanurs
Updated README and setup.py
07e24ae
almost 2 years ago
raw
Copy download link
history
blame
Safe
188 Bytes
#!/usr/bin/env python
from
distutils.core
import
setup
setup(
name=
'Safety Cam'
,
version=
'0.1'
,
author=
'MSU AI Club (Spring 2023)'
,
packages=[
'safetycam'
,
]
)