MCPcopy Create free account
hub / github.com/TabbyML/tabby / _get_long_description

Function _get_long_description

python/setup.py:15–20  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

13
14
15def _get_long_description():
16 readme_path = os.path.join(base_dir, "README.md")
17 if not os.path.exists(readme_path):
18 return ""
19 with open(readme_path, encoding="utf-8") as readme_file:
20 return readme_file.read()
21
22
23def _get_project_version():

Callers 1

setup.pyFile · 0.85

Calls 1

joinMethod · 0.80

Tested by

no test coverage detected