X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=RO-VIM-aws%2Fsetup.py;h=7ff84a19fd6e7f934b8b1e498953dbc4134fa6bb;hb=d9287d36a6c3daf2b853e6b4db1cbc77bdb8342a;hp=b8f370394dea2340c51397faaccf1c79d14a35dc;hpb=2346095e8f8d980c071592db4eac04fc3ff20699;p=osm%2FRO.git diff --git a/RO-VIM-aws/setup.py b/RO-VIM-aws/setup.py index b8f37039..7ff84a19 100644 --- a/RO-VIM-aws/setup.py +++ b/RO-VIM-aws/setup.py @@ -36,9 +36,9 @@ setup( # version=VERSION, # python_requires='>3.5.0', author='ETSI OSM', - # TODO py3 author_email='', - maintainer='OSM_TECH@LIST.ETSI.ORG', # TODO py3 - # TODO py3 maintainer_email='', + author_email='OSM_TECH@LIST.ETSI.ORG', + maintainer='ETSI OSM', + maintainer_email='OSM_TECH@LIST.ETSI.ORG', url='https://osm.etsi.org/gitweb/?p=osm/RO.git;a=summary', license='Apache 2.0', @@ -46,10 +46,10 @@ setup( include_package_data=True, install_requires=[ "requests", "netaddr", "PyYAML", "boto", - "osm-ro @ git+https://osm.etsi.org/gerrit/osm/RO.git#egg=osm-ro&subdirectory=RO" + "osm-ro-plugin @ git+https://osm.etsi.org/gerrit/osm/RO.git@v8.0#egg=osm-ro-plugin&subdirectory=RO-plugin" ], setup_requires=['setuptools-version-command'], entry_points={ - 'osm_rovim.plugins': ['rovim_aws = osm_rovim_aws.vimconn_aws'], + 'osm_rovim.plugins': ['rovim_aws = osm_rovim_aws.vimconn_aws:vimconnector'], }, )