aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMike Bayer <mike_mp@zzzcomputing.com>2019-08-01 12:02:22 -0400
committerMike Bayer <mike_mp@zzzcomputing.com>2019-08-01 12:02:22 -0400
commit9cb8e09275a927bdbb738a865665178008e55937 (patch)
tree6904dc3eaa6cb3dc41ef66894c024dd3b5f7064d
parent800227cd83e50f06093b5feaac6aa6a9f9daa114 (diff)
downloadexternal_python_mako-9cb8e09275a927bdbb738a865665178008e55937.tar.gz
external_python_mako-9cb8e09275a927bdbb738a865665178008e55937.tar.bz2
external_python_mako-9cb8e09275a927bdbb738a865665178008e55937.zip
- fix casing
Change-Id: I06f074cc05091a7e814a258fafa47e6236b86051
-rw-r--r--setup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index e9c12be..fd5a89e 100644
--- a/setup.py
+++ b/setup.py
@@ -27,7 +27,7 @@ class UseTox(TestCommand):
def run_tests(self):
sys.stderr.write(
- "%s%spython setup.py test is deprecated by pypa. Please invoke "
+ "%s%spython setup.py test is deprecated by PyPA. Please invoke "
"'tox' with no arguments for a basic test run.\n%s"
% (self.COLOR_SEQ % self.RED, self.BOLD_SEQ, self.RESET_SEQ)
)