X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=RO-SDN-dynpac%2Fsetup.py;h=d324578e2215f1abcc6f15fa35e979eb9c0d7dac;hb=d9287d36a6c3daf2b853e6b4db1cbc77bdb8342a;hp=af69a0dc4be3ea19a77afbcc67e1256c10dfce5d;hpb=2346095e8f8d980c071592db4eac04fc3ff20699;p=osm%2FRO.git diff --git a/RO-SDN-dynpac/setup.py b/RO-SDN-dynpac/setup.py index af69a0dc..d324578e 100644 --- a/RO-SDN-dynpac/setup.py +++ b/RO-SDN-dynpac/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,7 +46,7 @@ setup( include_package_data=True, install_requires=[ "requests", - "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={