Commit 576d98ef by Sébastien Eustace

Remove print() class

parent 831b7bcd
......@@ -92,7 +92,6 @@ class SdistBuilder(Builder):
tar.addfile(tar_info) # Symlinks & ?
setup = self.build_setup()
print(setup)
tar_info = tarfile.TarInfo(pjoin(tar_dir, 'setup.py'))
tar_info.size = len(setup)
tar.addfile(tar_info, BytesIO(setup))
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment