From b16725ac388b6a0bab6c0ff79d809559589be248 Mon Sep 17 00:00:00 2001 From: Marc Mueller <30130371+cdce8p@users.noreply.github.com> Date: Thu, 20 May 2021 01:24:01 +0200 Subject: Remove license_files_computed field --- setuptools/command/egg_info.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'setuptools/command') diff --git a/setuptools/command/egg_info.py b/setuptools/command/egg_info.py index 26ff9a4c..67259c7c 100644 --- a/setuptools/command/egg_info.py +++ b/setuptools/command/egg_info.py @@ -593,7 +593,7 @@ class manifest_maker(sdist): self.filelist.graft(ei_cmd.egg_info) def add_license_files(self): - license_files = self.distribution.metadata.license_files_computed + license_files = self.distribution.metadata.license_files or [] for lf in license_files: log.info("adding license file '%s'", lf) pass -- cgit v1.2.1