X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=setup.py;h=04797f54987b6c4905f67da4ee457a00ae5e7271;hb=12486343219663d484705f05ab8d2ed3306f66d7;hp=c7b2712d7cbc782a84855eff0c5f7451c7d4c878;hpb=3a6ac016f65db3fc255f950f96f4768470d584d8;p=ric-plt%2Fxapp-frame-py.git diff --git a/setup.py b/setup.py index c7b2712..04797f5 100644 --- a/setup.py +++ b/setup.py @@ -32,12 +32,12 @@ def _long_descr(): setup( name="ricxappframe", - version="1.0.0", + version="3.1.0", packages=find_packages(exclude=["tests.*", "tests"]), - author="Tommy Carpenter, E. Scott Daniels", - description="Xapp and rmr framework for python", + author="O-RAN Software Community", + description="Xapp and RMR framework for Python", url="https://gerrit.o-ran-sc.org/r/admin/repos/ric-plt/xapp-frame-py", - install_requires=["msgpack", "mdclogpy", "ricsdl>=2.0.3,<3.0.0"], + install_requires=["inotify_simple", "msgpack", "mdclogpy", "ricsdl>=3.0.0,<4.0.0", "requests", "protobuf<3.21.0", "inotify"], classifiers=[ "Development Status :: 4 - Beta", "Intended Audience :: Telecommunications Industry",