LightRAG/setup.py
2025-12-04 19:18:35 +08:00

6 lines
134 B
Python

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