lightrag / setup.py
gzdaniel's picture
Refactor `setup.py` to utilize `pyproject.toml` for project installation.
31493cc
raw
history blame
134 Bytes
# Minimal setup.py for backward compatibility
# Primary configuration is now in pyproject.toml
from setuptools import setup
setup()