From cbf569bb06c0d0297355c6f46618cca638870ee1 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Thu, 16 Mar 2023 07:49:09 +0530 Subject: [PATCH] ... --- setup/install.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup/install.py b/setup/install.py index ea0c71d807..fbdc014134 100644 --- a/setup/install.py +++ b/setup/install.py @@ -305,6 +305,7 @@ class Sdist(Command): for x in open('.gitignore').readlines(): if not x.startswith('/resources/'): continue + x = x[1:] p = x.strip().replace('/', os.sep) for p in glob.glob(p): d = self.j(tdir, os.path.dirname(p))