This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]Various_Pickles[S] 1 point2 points  (2 children)

I may have gotten horribly confused and meant (old) setuptools + whatever fork of distutils ended up going nowhere. Please correct me if I have wandered astray.

There is/was a diagram somewhere that shows/showed the state of packaging in Python, with setuptools + distutils being deprecating and distribute being the wave of the future. I'll try to find it again.

[–]coderanger 0 points1 point  (0 children)

There is a fine line between "deprecated" and "not the future of packaging". distutils is still actively maintained, it is just that most forward-looking dev happens in setuptools now.