Skip to content

SetuptoolsDeprecationWarning: The namespace_packages parameter is deprecated. #665

@amotl

Description

@amotl

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions