From: Trevor Bramwell Date: Wed, 21 Feb 2018 22:12:51 +0000 (-0800) Subject: Update URL listed in setup.py X-Git-Tag: v0.2.1~6 X-Git-Url: https://gerrit.linuxfoundation.org/infra/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F80%2F8980%2F1;p=releng%2Fdocs-conf.git Update URL listed in setup.py The current URL 404s while the new URL lists the project patchsets. Change-Id: I0a9793db118fe60e56db18e624ff59f4336d7daf Signed-off-by: Trevor Bramwell --- diff --git a/setup.py b/setup.py index bc3e72d..f8edab9 100644 --- a/setup.py +++ b/setup.py @@ -17,7 +17,7 @@ setup( version=__version__, author=__author__, author_email="releng@linuxfoundation.org", - url="https://gerrit.linuxfoundation.org/docs-conf", + url="https://gerrit.linuxfoundation.org/infra/#/q/project:releng/docs-conf", package_data={ 'docs_conf': ['defaults/*'] },