1 2 3 4 5
#!/usr/bin/python3 import sys sys.stderr.write('setup.py was called. Use pep517 instead.\n') sys.exit(1)