summaryrefslogtreecommitdiff
path: root/setuptools/warnings.py
diff options
context:
space:
mode:
Diffstat (limited to 'setuptools/warnings.py')
-rw-r--r--setuptools/warnings.py7
1 files changed, 7 insertions, 0 deletions
diff --git a/setuptools/warnings.py b/setuptools/warnings.py
new file mode 100644
index 00000000..086b64dd
--- /dev/null
+++ b/setuptools/warnings.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.
+ """