MCPcopy Create free account
hub / github.com/NanGePlus/LightRAGTest / read_long_description

Function read_long_description

LightRAG/setup.py:6–10  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

4
5# Reading the long description from README.md
6def read_long_description():
7 try:
8 return Path("README.md").read_text(encoding="utf-8")
9 except FileNotFoundError:
10 return "A description of LightRAG is currently unavailable."
11
12
13# Retrieving metadata from __init__.py

Callers 1

setup.pyFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected