Loading setup.py +1 −1 Original line number Diff line number Diff line Loading @@ -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", Loading Loading
setup.py +1 −1 Original line number Diff line number Diff line Loading @@ -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", Loading