8 lines
218 B
Python
Raw Normal View History

2021-09-29 23:13:17 +02:00
class SetuptoolsDeprecationWarning(Warning):
"""
Base class for warning deprecations in ``setuptools``
This class is not derived from ``DeprecationWarning``, and as such is
visible by default.
"""