mirror of
https://github.com/EvolutionAPI/evolution-client-python.git
synced 2025-12-19 03:42:22 -06:00
initial commit
This commit is contained in:
11
env/lib/python3.10/site-packages/wheel/bdist_wheel.py
vendored
Normal file
11
env/lib/python3.10/site-packages/wheel/bdist_wheel.py
vendored
Normal file
@@ -0,0 +1,11 @@
|
||||
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,
|
||||
)
|
||||
Reference in New Issue
Block a user