Run custom task when call `pip install`

Could you try with from setuptools.command.install import install instead of using distutils?

Leave a Comment