From 9cb8e09275a927bdbb738a865665178008e55937 Mon Sep 17 00:00:00 2001 From: Mike Bayer Date: Thu, 1 Aug 2019 12:02:22 -0400 Subject: - fix casing Change-Id: I06f074cc05091a7e814a258fafa47e6236b86051 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) ) -- cgit v1.2.1