cpl n <project-type> name (#139) #140
@ -404,7 +404,7 @@ class PublisherService(PublisherABC):
|
|||||||
f'--bdist-dir={os.path.join(self._output_path, "bdist")}',
|
f'--bdist-dir={os.path.join(self._output_path, "bdist")}',
|
||||||
f'--dist-dir={os.path.join(self._output_path, "setup")}'
|
f'--dist-dir={os.path.join(self._output_path, "setup")}'
|
||||||
])
|
])
|
||||||
# os.remove(setup_py)
|
os.remove(setup_py)
|
||||||
except Exception as e:
|
except Exception as e:
|
||||||
Console.error('Executing setup.py failed', str(e))
|
Console.error('Executing setup.py failed', str(e))
|
||||||
|
|
||||||
@ -492,10 +492,10 @@ class PublisherService(PublisherABC):
|
|||||||
|
|
||||||
Console.write_line('Running setup.py:\n')
|
Console.write_line('Running setup.py:\n')
|
||||||
self._run_setup()
|
self._run_setup()
|
||||||
# Console.spinner(
|
Console.spinner(
|
||||||
# 'Cleaning dist path:',
|
'Cleaning dist path:',
|
||||||
# self._clean_dist_files,
|
self._clean_dist_files,
|
||||||
# text_foreground_color=ForegroundColorEnum.green,
|
text_foreground_color=ForegroundColorEnum.green,
|
||||||
# spinner_foreground_color=ForegroundColorEnum.blue
|
spinner_foreground_color=ForegroundColorEnum.blue
|
||||||
# )
|
)
|
||||||
Console.write_line()
|
Console.write_line()
|
||||||
|
Loading…
Reference in New Issue
Block a user