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)