MCPcopy Create free account
hub / github.com/MarketSquare/robotframework-ai / get_long_description

Function get_long_description

setup.py:16–18  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

14
15
16def get_long_description():
17 with open("README.md", "r") as file:
18 return file.read()
19
20def get_requirements():
21 with open("requirements.txt", "r") as file:

Callers 1

setup.pyFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected