MCPcopy Create free account
hub / github.com/OpenNMT/Tokenizer / _get_long_description

Function _get_long_description

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

Source from the content-addressed store, hash-verified

10
11
12def _get_long_description():
13 readme_path = "README.md"
14 with open(readme_path, encoding="utf-8") as readme_file:
15 return readme_file.read()
16
17
18def _get_project_version():

Callers 1

setup.pyFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected