Python fixes

Change-Id: I3c7dbad535f07a36360ea4939cc2b484c002fd2e
diff --git a/setup.py b/setup.py
index de91cad..444c5aa 100644
--- a/setup.py
+++ b/setup.py
@@ -26,7 +26,7 @@
     description='Protobuf interface definitions',
     author='VOLTHA project',
     author_email='voltha-dev@opencord.org',
-    url='https://otti@gerrit.opencord.org/a/device-management-interface',
+    url='https://gerrit.opencord.org/plugins/gitiles/device-management-interface',
     license='Apache Software License',
     classifiers=[
         'Development Status :: 5 - Production/Stable',
@@ -34,7 +34,7 @@
         'License :: OSI Approved :: Apache Software License',
         'Programming Language :: Python :: 3.6',
     ],
-    keywords='protobuf voltha',
+    keywords='protobuf device-management-interface voltha',
     packages = find_packages(where="python"),
     package_dir = {"": "python"},
     install_requires = [