Closed ericvw closed 5 years ago
Would this be needed anymore? Looks like I can build without it. https://github.com/ionelmc/python-lazy-object-proxy/blob/master/setup.cfg#L1-L3
Would this be needed anymore? Looks like I can build without it.
It would still be needed for users who invoke setup.py
directly. @ericvw clarified it offline :)
If it doesn't happen tomorrow ping me again, I forget things.
Just pinging as a reminder :)
Released 1.4.2.
Hello. I was wondering if a new release of
lazy-object-proxy
could be cut to include the changes in https://github.com/ionelmc/python-lazy-object-proxy/commit/4e2b00e6e3b2e903e0e0b3f0f207b69678a24c3e?This would greatly simplify using
pip install
whenlazy-object-proxy
to not go through thesetuptools
'setup_requires
(callingeasy_install
) mechanism.Thanks!