X-Git-Url: https://osm.etsi.org/gitweb/?p=osm%2FRO.git;a=blobdiff_plain;f=RO-VIM-aws%2Fsetup.py;h=12de705377895841b2cd43a461039fa7542fe641;hp=b8f370394dea2340c51397faaccf1c79d14a35dc;hb=7277486065c905f91477bb064da86855a8fa269a;hpb=667d158c0d3ee7b4c176ad0b27ac428c81b0ddbc diff --git a/RO-VIM-aws/setup.py b/RO-VIM-aws/setup.py index b8f37039..12de7053 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#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'], }, )