summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnderson Bravalheri <andersonbravalheri@gmail.com>2023-02-14 18:01:25 +0000
committerAnderson Bravalheri <andersonbravalheri@gmail.com>2023-03-06 17:15:11 +0000
commit0f050a1cf4e71d79fb4402fe7ccbfcb148120234 (patch)
treeba661b0fe8fde9fd8a023bdc9675fe54c7832456
parentf51eccd769cab0297c64e4d007bef42544326431 (diff)
downloadpython-setuptools-git-0f050a1cf4e71d79fb4402fe7ccbfcb148120234.tar.gz
Move _deprecation_warning to warnings.
The objective is to centralize all the warnings in a single module.
-rw-r--r--setuptools/warnings.py (renamed from setuptools/_deprecation_warning.py)0
1 files changed, 0 insertions, 0 deletions
diff --git a/setuptools/_deprecation_warning.py b/setuptools/warnings.py
index 086b64dd..086b64dd 100644
--- a/setuptools/_deprecation_warning.py
+++ b/setuptools/warnings.py