MCPcopy
hub / github.com/HKUDS/DeepCode / read_long_description

Function read_long_description

setup.py:7–11  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

5
6# Reading the long description from README.md
7def read_long_description():
8 try:
9 return Path("README.md").read_text(encoding="utf-8")
10 except FileNotFoundError:
11 return "DeepCode: Open Agentic Coding (Paper2Code & Text2Web & Text2Backend)"
12
13
14# Retrieving metadata from __init__.py

Callers 1

setup.pyFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected