summaryrefslogtreecommitdiffstats
path: root/python/python-certifi/README
diff options
context:
space:
mode:
author Matteo Bernardini2020-02-29 10:21:37 +0100
committer Matteo Bernardini2020-02-29 10:21:37 +0100
commit37498e325fe958c6948fae9ee70e16ec9427d9a4 (patch)
tree6a9ede00269c6dd697d95d5c43739ec0741dc379 /python/python-certifi/README
parente672baf11d590fdc9d8bd90c2cd50fc6232efd4e (diff)
downloadslackbuilds-current-20200229.1.tar.gz
20200229.1 global branch merge.current-20200229.1
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
Diffstat (limited to 'python/python-certifi/README')
-rw-r--r--python/python-certifi/README10
1 files changed, 0 insertions, 10 deletions
diff --git a/python/python-certifi/README b/python/python-certifi/README
deleted file mode 100644
index f2306e1d4c..0000000000
--- a/python/python-certifi/README
+++ /dev/null
@@ -1,10 +0,0 @@
-Certifi is a carefully curated collection of Root Certificates for validating the
-trustworthiness of SSL certificates while verifying the identity of TLS hosts.
-It has been extracted from the Requests project.
-
-The internet is an untrusted place. Every HTTP request you make should have
-verification on by default. This happens every time you access a website with
-your web browser, without any knowledge to the user — there’s no reason your code
-should be any different.
-
-Certifi is here to make this possible.