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
Seems like there a deprecation warning appeared when building the package distribution (probably since I updated setuptools to release v1.2.2 or maybe it was happening before but I didn't see it):
SetuptoolsDeprecationWarning: Installing 'qtawesome.fonts' as data is deprecated, please list it in `packages`.
!!
############################
# Package would be ignored #
############################
Python recognizes 'qtawesome.fonts' as an importable package,
but it is not listed in the `packages` configuration of setuptools.
'qtawesome.fonts' 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 'qtawesome.fonts' 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.
from: #199 (comment)
"setup.py install" has been deprecated in setuptools 58.3.0 (05 Nov 2021).
pypa/setuptools@fc5c308#diff-d9f946e5d366d670898f9cfaa80a8f892853686b6533a07c40ba9e9d4ee0e862
but, qtawesome imports setuptools.command.install in setup.py
qtawesome/setup.py
Line 6 in a31fa28
Maybe, we need to consider about "setup.py install" and "setuptools.command.install".
The text was updated successfully, but these errors were encountered: