From a0a4cb76bf0f506485a47075aeeb1f30ff2db17d Mon Sep 17 00:00:00 2001 From: Rebecca Chen Date: Fri, 19 Nov 2021 12:57:47 -0800 Subject: [PATCH] Rename "master" to "main" in setup.py. --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 2c31f4d4c..1644986e2 100644 --- a/setup.py +++ b/setup.py @@ -103,7 +103,7 @@ def get_long_description(): # Fix relative links to the pytype docs. return re.sub( r'\[(.+)\]: docs/', - r'[\g<1>]: https://github.com/google/pytype/blob/master/docs/', desc) + r'[\g<1>]: https://github.com/google/pytype/blob/main/docs/', desc) copy_typeshed()