From 649c333d0b5b425420aa5daec64d73639bd4ddab Mon Sep 17 00:00:00 2001 From: JorgeEcheva26 <jorge.echevarriauribarri.practicas@telefonica.es> Date: Fri, 29 Nov 2024 13:15:08 +0100 Subject: [PATCH] CI/CD test --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index d66f113..4f8fe95 100644 --- a/setup.py +++ b/setup.py @@ -10,7 +10,7 @@ setup( "connecting to OpenCAPIF (Common API Framework for 3GPP Northbound APIs) in a simple way, " "lowering integration complexity and allowing developers to focus on Network Applications (Network Apps) or services development." ), - long_description=open("./doc/README_pipy.md").read(), + long_description=open("doc/README_pipy.md").read(), long_description_content_type="text/markdown", license="LICENSE", python_requires=">=3.9", -- GitLab