blob: 97ec190e8f7ce55f5f7a017199ec7903a218c6ed [file] [log] [blame]
"""Check that we do not crash with a recursion error"""
import setuptools
# pylint: disable=missing-docstring,too-few-public-methods
class Custom(setuptools.Command):
pass