From eb50fbad0aadea9d4793be0142d38aa2908423e7 Mon Sep 17 00:00:00 2001 From: Pooya Paridel Date: Mon, 6 Jul 2020 09:09:23 -0700 Subject: [PATCH] Hide email from crawlers The email was exposed to all crawlers and by changing "@" to " [at] " it's not easy to find anymore. --- README.rst | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.rst b/README.rst index 3672f1d..e3d2a1e 100644 --- a/README.rst +++ b/README.rst @@ -463,7 +463,7 @@ The command returns results that are similar to the following: .. code-block:: text - gpg: key 60EB103AE314A809: public key "Stepfunctions-Python-SDK-Signing " imported + gpg: key 60EB103AE314A809: public key "Stepfunctions-Python-SDK-Signing " imported gpg: Total number processed: 1 gpg: imported: 1 @@ -484,7 +484,7 @@ This command returns results similar to the following: pub rsa4096 2019-10-31 [SC] [expires: 2030-10-31] CC16 0577 B7BF 9D3D 6E5D 51C5 60EB 103A E314 A809 uid [ unknown] Stepfunctions-Python-SDK-Signing - sub rsa4096 2019-10-31 [E] + sub rsa4096 2019-10-31 [E] [expires: 2030-10-31] Additionally, the fingerprint string should be identical to CC16 0577 B7BF @@ -529,13 +529,13 @@ The output should look something like the following: gpg: Signature made Thu 31 Oct 12:14:53 2019 PDT gpg: using RSA key CC160577B7BF9D3D6E5D51C560EB103AE314A809 - gpg: Good signature from "Stepfunctions-Python-SDK-Signing " [unknown] + gpg: Good signature from "Stepfunctions-Python-SDK-Signing " [unknown] gpg: WARNING: This key is not certified with a trusted signature! gpg: There is no indication that the signature belongs to the owner. Primary key fingerprint: CC16 0577 B7BF 9D3D 6E5D 51C5 60EB 103A E314 A809 If the output contains the phrase Good signature from "AWS Data Science -Workflows Python SDK ", it means +Workflows Python SDK ", it means that the signature has successfully been verified, and you can proceed to run the AWS Data Science Workflows Python SDK package.