Don't bother to 'mkpath()' the 'dist_dir' -- that's now taken care of
in archive_util.py.
This commit is contained in:
parent
04e25a1bdf
commit
986659fffe
|
@ -442,8 +442,6 @@ class sdist (Command):
|
|||
|
||||
self.make_release_tree (base_dir, self.filelist.files)
|
||||
archive_files = [] # remember names of files we create
|
||||
if self.dist_dir:
|
||||
self.mkpath(self.dist_dir)
|
||||
for fmt in self.formats:
|
||||
file = self.make_archive (base_name, fmt, base_dir=base_dir)
|
||||
archive_files.append(file)
|
||||
|
|
Loading…
Reference in New Issue