This commit is contained in:
Kovid Goyal 2023-03-16 07:49:09 +05:30
parent 3a43e6bb0a
commit cbf569bb06
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C

View File

@ -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))