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
|
from setuptools.command.install import install |
Maybe, we need to consider about "setup.py install" and "setuptools.command.install".
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".