summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSviatoslav Sydorenko <wk@sydorenko.org.ua>2022-08-26 16:27:58 +0200
committerGitHub <noreply@github.com>2022-08-26 10:27:58 -0400
commit5190d89afc36c058fd2625c65988b93da57ea25c (patch)
tree9a0a79fb8d04b85ba1a9ae13cdd6b95e27b228dd
parent4d2597844a9588ff00b87b3880926adc6169eda4 (diff)
downloadpy-bcrypt-git-5190d89afc36c058fd2625c65988b93da57ea25c.tar.gz
Replace the `cryptography` mention in `setup.py` (#399)
This typo was introduced in: * https://github.com/pyca/bcrypt/pull/395/files#diff-60f61ab7a8d1910d86d9fda2261620314edcae5894d5aaa236b821c7256badd7R17 * https://github.com/pyca/bcrypt/commit/eceb9797#diff-60f61ab7a8d1910d86d9fda2261620314edcae5894d5aaa236b821c7256badd7R17 It seems to have been copied from https://github.com/pyca/cryptography/commit/ab537a61#diff-60f61ab7a8d1910d86d9fda2261620314edcae5894d5aaa236b821c7256badd7R20
-rw-r--r--setup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index 971e14e..dab1d7d 100644
--- a/setup.py
+++ b/setup.py
@@ -14,7 +14,7 @@ except ImportError:
"""
=============================DEBUG ASSISTANCE==========================
If you are seeing an error here please try the following to
- successfully install cryptography:
+ successfully install bcrypt:
Upgrade to the latest pip and try again. This will fix errors for most
users. See: https://pip.pypa.io/en/stable/installing/#upgrading-pip