-
Notifications
You must be signed in to change notification settings - Fork 115
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
Experiment: remove setuptools requirement #5658
Conversation
|
c98e389
to
4cd2001
Compare
Where exactly do we import from them? |
I first just removed the requirement, and tests were still passing. Probably because on pyton3.9 with pip you are almost guaranteed to have a version of setuptools. |
This refactors the use of pkg_resource to the more modern importlib_resources, that is supposed to be superseeded by importlib.resources eventually. In the fallout, the dependency on setuptools was dropped. [noissue]
4cd2001
to
2826b1d
Compare
No description provided.