#!/usr/bin/python3
import sys

sys.stderr.write('setup.py was called. Use pep517 instead.\n')
sys.exit(1)
