Current Path : /opt/hc_python/lib/python3.8/site-packages/wheel/ |
Current File : //opt/hc_python/lib/python3.8/site-packages/wheel/bdist_wheel.py |
from warnings import warn from ._bdist_wheel import bdist_wheel as bdist_wheel warn( "The 'wheel' package is no longer the canonical location of the 'bdist_wheel' " "command, and will be removed in a future release. Please update to setuptools " "v70.1 or later which contains an integrated version of this command.", DeprecationWarning, stacklevel=1, )