-
-
Notifications
You must be signed in to change notification settings - Fork 119
Open
Milestone
Description
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
Line 6 in a31fa28
| from setuptools.command.install import install |
Maybe, we need to consider about "setup.py install" and "setuptools.command.install".