X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=setup.py;h=18aa3c98ccf9aec1da7f556547cd0f8dc3312662;hb=refs%2Fheads%2Fmaster;hp=6495ec50085ac09aa419ec3e0eaa64f8d29bcecb;hpb=e8692746efb50266d8750e2258233cce4e1de4ac;p=ric-app%2Fhw-python.git diff --git a/setup.py b/setup.py index 6495ec5..18aa3c9 100644 --- a/setup.py +++ b/setup.py @@ -31,8 +31,8 @@ setup( license='Apache 2.0', description="Hello World Python XAPP for O-RAN RIC Platform", long_description=read('README.md'), - author='Rahul Banerji', - author_email='r.banerji@samsung.com', + author='Naman Gupta', + author_email='naman.gupta@samsung.com', python_requires='>=3.8', install_requires=["ricxappframe>=1.1.1,<2.3.0"], entry_points={"console_scripts": ["run-hw-python.py=src.main:launchXapp"]}, # adds a magical entrypoint for Docker