diff --git a/setup.py b/setup.py index d66f1137d5498633baa4a79dc5435d5252983c45..4f8fe95af8cc0217e7e5a19c9247b50847e75997 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",