MCPcopy Create free account
hub / github.com/KentBeck/BPlusTree3 / get_long_description

Function get_long_description

python/setup.py:26–31  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

24
25# Read long description from README
26def get_long_description():
27 readme_file = Path(__file__).parent / "README.md"
28 if readme_file.exists():
29 with open(readme_file, "r", encoding="utf-8") as f:
30 return f.read()
31 return ""
32
33
34# Default compile flags: safe baseline with optimization

Callers 1

setup.pyFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected