LightRAG/setup.py

7 lines
134 B
Python

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