From 93dd5091e82c9a093041df44260f49910c047abe Mon Sep 17 00:00:00 2001 From: Gyeongjae Choi Date: Tue, 17 May 2022 10:25:25 +0900 Subject: [PATCH] Remove comma --- setuptools/dist.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setuptools/dist.py b/setuptools/dist.py index 37021ac7a1..c1ad30080b 100644 --- a/setuptools/dist.py +++ b/setuptools/dist.py @@ -282,7 +282,7 @@ def check_nsp(dist, attr, value): ) msg = ( "The namespace_packages parameter is deprecated, " - "consider using implicit namespaces instead (PEP 420).", + "consider using implicit namespaces instead (PEP 420)." ) warnings.warn(msg, SetuptoolsDeprecationWarning)