From ec84524824bb6247ecf061e60ac9cda8328c6cfb Mon Sep 17 00:00:00 2001 From: "Bruno P. Kinoshita" Date: Mon, 19 Oct 2020 13:07:40 +1300 Subject: [PATCH 1/2] Remove author_email (optional) as we are not using Google Groups, and Discourse has no e-mail address --- setup.cfg | 1 - 1 file changed, 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index df5cab1c6ed..f9f830f8a38 100644 --- a/setup.cfg +++ b/setup.cfg @@ -17,7 +17,6 @@ [metadata] name = cylc-flow author = Hilary Oliver -author_email = cylc@googlegroups.com url=https://cylc.github.io/ description = A workflow engine for cycling systems keywords = From 1cdf8c9e448e21d5452ce3b2ce20b77289ae077b Mon Sep 17 00:00:00 2001 From: "Bruno P. Kinoshita" Date: Mon, 19 Oct 2020 13:13:19 +1300 Subject: [PATCH 2/2] Add changelog --- CHANGES.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGES.md b/CHANGES.md index 47bac4f958d..d8ed3e37294 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -85,6 +85,11 @@ hierarchy and ability to set site config directory. ### Fixes +[#3879](https://github.com/cylc/cylc-flow/pull/3879) - Removed Google +Groups e-mail from pip packaging metadata. Users browsing PYPI will have +to visit our website to find out how to reach us (we are using Discourse +and it does not offer an e-mail address). + [#3859](https://github.com/cylc/cylc-flow/pull/3859) - Fixes the query of broadcast states to retrieve only the data for the requested ID, instead of returning all the broadcast states in the database.