From fb146c28332222df07601375c8c2d96b78b9c9a5 Mon Sep 17 00:00:00 2001 From: Charlie Engelke Date: Wed, 22 Feb 2023 16:05:03 -0800 Subject: [PATCH 1/2] fix: fill in url --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index ca5d969a..f49785aa 100644 --- a/setup.cfg +++ b/setup.cfg @@ -5,7 +5,7 @@ author = Google LLC author_email = googleapis-packages@google.com description = Google Cloudevents library long_description = file: README.md -url = url +url = "https://github.com/googleapis/google-cloudevents-python" license = Apache 2.0 platforms = Posix, MacOS X, Windows classifiers = From cf85f3f619d29c97be8bc5b4d811276ca5eac3fd Mon Sep 17 00:00:00 2001 From: Charlie Engelke Date: Wed, 22 Feb 2023 16:20:28 -0800 Subject: [PATCH 2/2] fix: fill in home-page url --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index f49785aa..a9119010 100644 --- a/setup.cfg +++ b/setup.cfg @@ -5,7 +5,7 @@ author = Google LLC author_email = googleapis-packages@google.com description = Google Cloudevents library long_description = file: README.md -url = "https://github.com/googleapis/google-cloudevents-python" +home-page = "https://github.com/googleapis/google-cloudevents-python/" license = Apache 2.0 platforms = Posix, MacOS X, Windows classifiers =