ionelmc / python-lazy-object-proxy

A fast and thorough lazy object proxy.
BSD 2-Clause "Simplified" License
247 stars 36 forks source link

Request for new release to include pyproject.toml #32

Closed ericvw closed 5 years ago

ericvw commented 5 years ago

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 when lazy-object-proxy to not go through the setuptools' setup_requires (calling easy_install) mechanism.

Thanks!

gpiks commented 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

gpiks commented 5 years ago

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 :)

ionelmc commented 5 years ago

If it doesn't happen tomorrow ping me again, I forget things.

gpiks commented 5 years ago

Just pinging as a reminder :)

ionelmc commented 5 years ago

Released 1.4.2.