This can be achived by subclassing the setuptools.command.install class and overriding its run() method, like this (in setup.py):
確定! 回上一頁