X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=setup.py;h=d20eda606f5c58bbb4abbcbb0a4030036941ac66;hb=a03c517f024363d54865cf75f8e566bb446decf5;hp=6f6b36d498325d9a9cc990b9c4db06bc63f892e3;hpb=f9cd5cc676355485c2d9c8bc2be22ddad4874382;p=ric-plt%2Fxapp-frame-py.git diff --git a/setup.py b/setup.py index 6f6b36d..d20eda6 100644 --- a/setup.py +++ b/setup.py @@ -32,17 +32,16 @@ def _long_descr(): setup( name="ricxappframe", - version="0.3.0", + version="1.4.0", packages=find_packages(exclude=["tests.*", "tests"]), - author="Tommy Carpenter", - description="Xapp 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", "rmr>=2.2.1, <3.0.0", "mdclogpy", "ricsdl>=2.0.3,<3.0.0"], + install_requires=["inotify_simple", "msgpack", "mdclogpy", "ricsdl>=2.0.3,<3.0.0"], classifiers=[ "Development Status :: 4 - Beta", "Intended Audience :: Telecommunications Industry", "Programming Language :: Python :: 3", - "Programming Language :: Python :: 3.7", "License :: OSI Approved :: Apache Software License", "Operating System :: POSIX :: Linux", "Topic :: Communications",