ets icon indicating copy to clipboard operation
ets copied to clipboard

Decide what to do with the PyPI ets package

Open mdickinson opened this issue 3 years ago • 5 comments

There's an ets package on PyPI, but it's uninstallable with Python 3: pip install ets fails on a use of execfile in the setup script.

Deleting packages from PyPI isn't something that should be done lightly - someone somewhere might have a workflow that still depends on this package. Instead I'd suggest that we update the README and make a bugfix "release", so that the PyPI description indicates clearly that the package is no longer supported.

mdickinson avatar Dec 08 '20 08:12 mdickinson