-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
[FR] Add pkg_resources
metadata
#3037
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Yes. Simple I found type [tkloczko@ss-desktop SPECS]$ rpm -ql python-setuptools |grep dist-info$
/usr/lib/python3.8/site-packages/setuptools-60.5.4.post20220117.dist-info Those metadata provides module name which can be used in metadata of other modiles |
Thanks for the clarification @kloczek. Creating a separated Meanwhile if you are a maintainer of this package, please consider migrating over |
OK I understand. |
What's the problem this feature will solve?
I think that it would be good to add build and install
pkg_resources
module metadata.Describe the solution you'd like
With separated
pkg_resources
it would possible to addpkg_resources
to build, runtime or test suite dependencies which could improve visibility what needs that module.Alternative Solutions
Alternativelely
pkg_resources
could be moved to sseparated source tree and maintained as separated module.Additional context
No response
Code of Conduct
The text was updated successfully, but these errors were encountered: