posit-dev / py-shiny

Shiny for Python
https://shiny.posit.co/py/
MIT License
1.24k stars 70 forks source link

`make install` shouldn't assume it has `setuptools` #1437

Closed cpsievert closed 4 months ago

cpsievert commented 4 months ago

make dist (which is required for make install) currently assumes it has setuptools, but that is no longer the case with Python 3.12.

Related #1435