Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
16
def
get_long_description():
17
with
open(
"README.md"
,
"r"
)
as
file:
18
return
file.read()
19
20
def
get_requirements():
21
with
open(
"requirements.txt"
,
"r"
)
as
file:
Callers
1
setup.py
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected