PythonCharmers / python-future

Easy, clean, reliable Python 2/3 compatibility
http://python-future.org
MIT License
1.17k stars 291 forks source link

future cannot install without setuptools #602

Closed matthewstidham closed 4 months ago

matthewstidham commented 2 years ago

when setuptools is not installed, future fails to install using pip. This will fix that bug. Signed-off-by: matthew stidmatt@gmail.com

jmadler commented 2 years ago

LGTM

edschofield commented 4 months ago

Thanks @matthewstidham !