From e2fb005beed79dba58ec0ecfa9bcdadf03d6666a Mon Sep 17 00:00:00 2001 From: Anderson Bravalheri Date: Thu, 11 Aug 2022 21:52:18 +0100 Subject: Avoid mentioning project names in CHANGELOG ... since they may change implementantion --- setuptools/command/build_py.py | 1 - 1 file changed, 1 deletion(-) (limited to 'setuptools/command') diff --git a/setuptools/command/build_py.py b/setuptools/command/build_py.py index 796d7bdd..8b1a3320 100644 --- a/setuptools/command/build_py.py +++ b/setuptools/command/build_py.py @@ -52,7 +52,6 @@ class build_py(orig.build_py): def run(self): """Build modules, packages, and copy data files to build directory""" - # if self.editable_mode or not (self.py_modules and self.packages): if not (self.py_modules or self.packages) or self.editable_mode: return -- cgit v1.2.1