Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
walaa2022
/
lumenex
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
1a779a0
lumenex
/
setup.py
walaa2022
Upload 2 files
b0a246e
verified
about 1 month ago
raw
Copy download link
history
blame
Safe
124 Bytes
from
setuptools
import
setup, find_packages
setup(
name=
"blip3o"
,
version=
"0.1.0"
,
packages=find_packages(),
)