summaryrefslogtreecommitdiffstats
path: root/tests/tpb05/setup.py
blob: 6593127636b9cc8054bfbe53e3ef6dfb48dd5a49 (plain)
1
2
3
4
5
#!/usr/bin/python3
import sys

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