enthought / envisage

Envisage is a Python-based framework for building applications whose functionalities can be extended by adding "plug-ins".
http://docs.enthought.com/envisage/
Other
81 stars 26 forks source link

Remove setuptools dependency #515

Open mdickinson opened 1 year ago

mdickinson commented 1 year ago

If possible, we should remove the runtime dependency on setuptools, at least on the most recent Python versions.

mdickinson commented 1 year ago

This doesn't look feasible - yet. In particular, the EggPluginManager and EggBasketPluginManager depend on setuptools. (See also https://github.com/enthought/envisage/discussions/521.)

Removing from the milestone, but leaving this open, since it would be good to eventually remove the dependency on setuptools.

mdickinson commented 1 year ago

Depends on #439