X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=setup.py;h=f458ef136313ebf721d08a14b4dad2771ee9f562;hb=HEAD;hp=15d0e9ea2eb9b57648d1c257a08b3de894a6734e;hpb=defe8209b3628593c186487857fe02586d7e1503;p=pti%2Fo2.git diff --git a/setup.py b/setup.py index 15d0e9e..f458ef1 100644 --- a/setup.py +++ b/setup.py @@ -3,14 +3,18 @@ from setuptools import find_packages setup( name="o2imsdms", - version="1.0", + version="1.0.0", packages=find_packages(), - license="LICENSE", - description="Represent O2 IMS and O2 DMS", + license="Apache-2.0", + author='Bin Yang', + author_email='bin.yang@windriver.com', + description="Represent StarlingX as an O-RAN O-Cloud by exposing O-RAN Compliant O2 IMS and O2 DMS Interfaces", + url='https://docs.o-ran-sc.org/projects/o-ran-sc-pti-o2/en/latest/index.html', install_requires=[ 'httplib2', # 'distributedcloud-client', # 'cgtsclient', + # 'fmclient', 'babel', # Required by distributedcloud-client 'PrettyTable<0.8,>=0.7.2', # Required by distributedcloud-client ]