pkg_resources is part of setuptools#5669
Conversation
|
What's going to happen to https://pypi.org/project/types-pkg-resources/ ? |
I assume it will stay on PyPI indefinitely but won't get any updates. Probably it's being used already, and we don't want to break things for users. |
JukkaL
left a comment
There was a problem hiding this comment.
Yeah, pkg_resources seems to be installed by setuptools and there is no PyPI package called `pkg_resources.
|
But if people install both |
|
@JelleZijlstra That's a fair point. The original project name was plain wrong though, so perhaps we just need to live with it. Alternatively, we could upload a new version of |
|
I was thinking about this before, especially in relation to the other packages we renamed, and basically had the same idea as Jukka. We should probably add a small script to stub_uploader which we can use to generate "renamed" packages consistently. Maybe something similar for removed packages, where types are now shipped upstream. |
No description provided.