Commit 7372f247 by Sébastien Eustace

Update colors for build command

parent 5fc50555
......@@ -90,7 +90,7 @@ class SdistBuilder(Builder):
tar.close()
gz.close()
self._io.write_line(" - Built <fg=cyan>{}</>".format(target.name))
self._io.write_line(" - Built <comment>{}</comment>".format(target.name))
return target
......
......@@ -80,7 +80,9 @@ class WheelBuilder(Builder):
wheel_path.unlink()
shutil.move(temp_path, str(wheel_path))
self._io.write_line(" - Built <fg=cyan>{}</>".format(self.wheel_filename))
self._io.write_line(
" - Built <comment>{}</comment>".format(self.wheel_filename)
)
def _build(self, wheel):
if self._package.build:
......
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