Skip to content

SetuptoolsDeprecationWarning: The namespace_packages parameter is deprecated. #665

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

Closed
amotl opened this issue Nov 1, 2024 · 0 comments · Fixed by #666
Closed

SetuptoolsDeprecationWarning: The namespace_packages parameter is deprecated. #665

amotl opened this issue Nov 1, 2024 · 0 comments · Fixed by #666

Comments

@amotl
Copy link
Member

amotl commented Nov 1, 2024

About

When building the package, there is a warning. PEP 420 is not exactly a new thing, so this package could also make the transition?

Details

python -m build
* Building wheel...
/private/var/folders/06/w9pzygdj7vx53n_0l9q_lhph0000gn/T/build-env-xjqhhfwn/lib/python3.13/site-packages/setuptools/dist.py:702: SetuptoolsDeprecationWarning: The namespace_packages parameter is deprecated.
!!

        ********************************************************************************
        Please replace its usage with implicit namespaces (PEP 420).

        See https://setuptools.pypa.io/en/latest/references/keywords.html#keyword-namespace-packages for details.
        ********************************************************************************

!!
  ep.load()(self, ep.name, value)

-- https://setuptools.pypa.io/en/latest/references/keywords.html#keyword-namespace-packages

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant