mirror of
https://github.com/HKUDS/LightRAG.git
synced 2025-07-26 18:30:47 +00:00
7 lines
134 B
Python
7 lines
134 B
Python
# Minimal setup.py for backward compatibility
|
|
# Primary configuration is now in pyproject.toml
|
|
|
|
from setuptools import setup
|
|
|
|
setup()
|