Files
mnote/LightRAG/setup.py
T
2025-11-23 10:55:04 +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()