tabcmd icon indicating copy to clipboard operation
tabcmd copied to clipboard

build warning about packaging loc files

Open jacalata opened this issue 3 years ago • 0 comments

C:\Users\jac.fitzgerald\AppData\Local\Temp\build-env-wxcbideb\lib\site-packages\setuptools\command\build_py.py:202: SetuptoolsDeprecationWarning: Installing 'tabcmd.locales.ja.LC_MESSAGES' as data is deprecated, please list it in packages. !!

############################
# Package would be ignored #
############################
Python recognizes 'tabcmd.locales.ja.LC_MESSAGES' as an importable package,
but it is not listed in the `packages` configuration of setuptools.

'tabcmd.locales.ja.LC_MESSAGES' 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 'tabcmd.locales.ja.LC_MESSAGES' 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.

jacalata avatar Jan 29 '23 06:01 jacalata