diff options
author | Anderson Bravalheri <andersonbravalheri+github@gmail.com> | 2022-05-18 14:34:41 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-05-18 14:34:41 +0100 |
commit | 3eba1cb02fba0d00ef65a653a3a729e5a524d771 (patch) | |
tree | 25006871b5fa27c684bac5ce359ecdb8070842dd /setuptools/command/build_py.py | |
parent | 531cea627e2410ea19d371679eee720f26f7d0f9 (diff) | |
download | python-setuptools-git-3eba1cb02fba0d00ef65a653a3a729e5a524d771.tar.gz |
Update setuptools/command/build_py.py
Co-authored-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'setuptools/command/build_py.py')
-rw-r--r-- | setuptools/command/build_py.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/setuptools/command/build_py.py b/setuptools/command/build_py.py index f3d43c56..d2ccb514 100644 --- a/setuptools/command/build_py.py +++ b/setuptools/command/build_py.py @@ -256,7 +256,7 @@ class _IncludePackageDataAbuse: """Inform users that package or module is included as 'data file'""" MESSAGE = """\ - Installing {importable!r} as data is deprecated, please list it as `package`. + Installing {importable!r} as data is deprecated, please list it in `packages`. !!\n\n ############################ # Package would be ignored # |