Files
lightrag/setup.py
yangdx ee45ab5104 Move frontend build check from setup.py to runtime server startup
• Remove complex setup.py build checks
• Add runtime frontend validation
• Update install docs with uv/bun steps
• Simplify setup.py to minimal form
• Check webui before server starts
2025-10-14 02:21:26 +08:00

7 lines
134 B
Python

# Minimal setup.py for backward compatibility
# Primary configuration is now in pyproject.toml
from setuptools import setup
setup()