Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
rm-lht
/
lightrag
like
0
Configuration error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
fb83e3e
lightrag
/
setup.py
gzdaniel
Refactor `setup.py` to utilize `pyproject.toml` for project installation.
31493cc
about 2 months ago
raw
Copy download link
history
blame
Safe
134 Bytes
# Minimal setup.py for backward compatibility
# Primary configuration is now in pyproject.toml
from
setuptools
import
setup
setup()