You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)
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
-- https://setuptools.pypa.io/en/latest/references/keywords.html#keyword-namespace-packages
The text was updated successfully, but these errors were encountered: