summaryrefslogtreecommitdiffstats
path: root/setup.py
diff options
context:
space:
mode:
authorJosip Sokcevic <sokcevic@google.com>2023-02-01 14:37:32 -0800
committerJosip Sokcevic <sokcevic@google.com>2023-02-01 22:57:36 +0000
commit2aa5d32d7086903491a455dc5fd935a9f23b2709 (patch)
tree0ed63f4ae3ad7111cef8066fc85e52f275d50147 /setup.py
parent016a25447f0c48a59fdb8a4f904b15f5ab315940 (diff)
downloadgit-repo-2aa5d32d7086903491a455dc5fd935a9f23b2709.tar.gz
Update bug tracking links
Update monorail component where actual git-repo bugs are. Change-Id: I46c68053683d7aa93585bb5633a598f1578b1468 Reviewed-on: https://gerrit-review.googlesource.com/c/git-repo/+/357057 Reviewed-by: Joanna Wang <jojwang@google.com> Tested-by: Josip Sokcevic <sokcevic@google.com>
Diffstat (limited to 'setup.py')
-rwxr-xr-xsetup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index 17aeae22..848b3f60 100755
--- a/setup.py
+++ b/setup.py
@@ -40,7 +40,7 @@ setuptools.setup(
40 long_description_content_type='text/plain', 40 long_description_content_type='text/plain',
41 url='https://gerrit.googlesource.com/git-repo/', 41 url='https://gerrit.googlesource.com/git-repo/',
42 project_urls={ 42 project_urls={
43 'Bug Tracker': 'https://bugs.chromium.org/p/gerrit/issues/list?q=component:repo', 43 'Bug Tracker': 'https://bugs.chromium.org/p/gerrit/issues/list?q=component:Applications%3Erepo',
44 }, 44 },
45 # https://pypi.org/classifiers/ 45 # https://pypi.org/classifiers/
46 classifiers=[ 46 classifiers=[