Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Spaces:
tonychenxyz
/
emo-knob
like
4
Sleeping
App
Files
Files
Community
1
d72857c
emo-knob
/
setup.py
tonychenxyz
init
9e34a62
about 1 month ago
raw
Copy download link
history
blame
Safe
138 Bytes
from
setuptools
import
find_packages, setup
# type: ignore
setup(
name=
"fam"
,
packages=find_packages(
"."
, exclude=[
"tests"
]),
)