What's the status of scripts vs entry_points?

Setuptools supports it “as it is”[1]. I don’t think there are plans to drop or improve support for these files.

If I am not wrong, we do recommend in the docs to use entry-points whenever possible.


  1. with all the existing limitations (e.g. incomplete “editable” behaviour) ↩︎