aboutsummaryrefslogtreecommitdiff
path: root/setuptools/_deprecation_warning.py
diff options
context:
space:
mode:
Diffstat (limited to 'setuptools/_deprecation_warning.py')
-rw-r--r--setuptools/_deprecation_warning.py7
1 files changed, 7 insertions, 0 deletions
diff --git a/setuptools/_deprecation_warning.py b/setuptools/_deprecation_warning.py
new file mode 100644
index 0000000..086b64d
--- /dev/null
+++ b/setuptools/_deprecation_warning.py
@@ -0,0 +1,7 @@
+class SetuptoolsDeprecationWarning(Warning):
+ """
+ Base class for warning deprecations in ``setuptools``
+
+ This class is not derived from ``DeprecationWarning``, and as such is
+ visible by default.
+ """