Are custom installation commands in setup.py no longer respected by setuptools? 
For example, the pybind11 project has a custom InstallHeaders command class in 
its setup.py, which is passed to the setup() call.
When setup is imported from setuptools, the custom command class never gets 
invoked. When setup is imported from distutils.core, the custom command class 
is invoked.
What's the reason for the disparity - can someone please enlighten me?
Regards,
Vinay Sajip
--
Distutils-SIG mailing list -- [email protected]
To unsubscribe send an email to [email protected]
https://mail.python.org/mm3/mailman3/lists/distutils-sig.python.org/
Message archived at 
https://mail.python.org/mm3/archives/list/[email protected]/message/WJW62DPQVWWXGBHDT3IQARISRDHQBITV/

Reply via email to