MCPcopy
hub / github.com/celery/celery / long_description

Function long_description

setup.py:129–133  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

127
128
129def long_description():
130 try:
131 return codecs.open('README.rst', 'r', 'utf-8').read()
132 except OSError:
133 return 'Long description error: Missing README.rst file'
134
135
136meta = parse_dist_meta()

Callers 1

setup.pyFile · 0.85

Calls 1

openMethod · 0.45

Tested by

no test coverage detected