LightRAG/setup.py

7 lines
134 B
Python
Raw Normal View History

# Minimal setup.py for backward compatibility
# Primary configuration is now in pyproject.toml
2024-10-08 10:38:50 +08:00
from setuptools import setup
setup()