-
Notifications
You must be signed in to change notification settings - Fork 9
Open
Description
During release I get two warnings:
/Users/maurits/community/zest.releaser/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'i18ndude.testdata.input' as data is deprecated, please list it in `packages`.
!!
############################
# Package would be ignored #
############################
Python recognizes 'i18ndude.testdata.input' as an importable package,
but it is not listed in the `packages` configuration of setuptools.
'i18ndude.testdata.input' has been automatically added to the distribution only
because it may contain data files, but this behavior is likely to change
in future versions of setuptools (and therefore is considered deprecated).
Please make sure that 'i18ndude.testdata.input' is included as a package by using
the `packages` configuration field or the proper discovery methods
(for example by using `find_namespace_packages(...)`/`find_namespace:`
instead of `find_packages(...)`/`find:`).
You can read more about "package discovery" and "data files" on setuptools
documentation page.
!!
check.warn(importable)
/Users/maurits/community/zest.releaser/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'i18ndude.testdata.output' as data is deprecated, please list it in `packages`.
!!
############################
# Package would be ignored #
############################
Python recognizes 'i18ndude.testdata.output' as an importable package,
but it is not listed in the `packages` configuration of setuptools.
'i18ndude.testdata.output' has been automatically added to the distribution only
because it may contain data files, but this behavior is likely to change
in future versions of setuptools (and therefore is considered deprecated).
Please make sure that 'i18ndude.testdata.output' is included as a package by using
the `packages` configuration field or the proper discovery methods
(for example by using `find_namespace_packages(...)`/`find_namespace:`
instead of `find_packages(...)`/`find:`).
You can read more about "package discovery" and "data files" on setuptools
documentation page.
!!
check.warn(importable)
It is not good to ignore setuptools warnings, so we should fix this at some point.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels