File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -261,13 +261,14 @@ class _IncludePackageDataAbuse:
261261 ############################
262262 # Package would be ignored #
263263 ############################
264- Python recognizes {importable!r} as an importable package, however it is
265- included in the distribution as "data".
266- This behavior is likely to change in future versions of setuptools (and
267- therefore is considered deprecated).
264+ Python recognizes {importable!r} as an importable package,
265+ but it is not listed in the `packages` configuration of setuptools.
266+ Currently {importable!r} is only added to the distribution because it may
267+ contain data files, but this behavior is likely to change in future
268+ versions of setuptools (and therefore is considered deprecated).
268269
269270 Please make sure that {importable!r} is included as a package by using
270- setuptools' `packages` configuration field or the proper discovery methods
271+ the `packages` configuration field or the proper discovery methods
271272 (for example by using `find_namespace_packages(...)`/`find_namespace:`
272273 instead of `find_packages(...)`/`find:`).
273274
You can’t perform that action at this time.
0 commit comments