when I use the `pip install my_custom_package.whl`, the pip does not trigger `cmdclass={'install': MyInstall}` How can I get pip to trigger cmdclass of setup() ?