Skip to content

Setuptools 82 compatibility#133

Open
carlwgeorge wants to merge 1 commit intoakamai:masterfrom
carlwgeorge:pep420
Open

Setuptools 82 compatibility#133
carlwgeorge wants to merge 1 commit intoakamai:masterfrom
carlwgeorge:pep420

Conversation

@carlwgeorge
Copy link
Copy Markdown
Contributor

pkg_resources has been deprecated since setuptools 67.5.0, and is removed in setuptools 82.0.0. Instead, we can rely on PEP 420 and find_namespace_packages to handle the namespace.

https://setuptools.pypa.io/en/stable/history.html#v82-0-0
https://setuptools.pypa.io/en/stable/userguide/package_discovery.html#finding-namespace-packages

pkg_resources has been deprecated since setuptools 67.5.0, and is
removed in setuptools 82.0.0.  Instead, we can rely on PEP 420 and
find_namespace_packages to handle the namespace.

https://setuptools.pypa.io/en/stable/history.html#v82-0-0
https://setuptools.pypa.io/en/stable/userguide/package_discovery.html#finding-namespace-packages
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

1 participant