Files
kapow/testutils/poc/setup.py
Roberto Abdelkader Martínez Pérez dd8b5895bd Moving poc under testutils directory.
2020-01-24 11:58:57 +01:00

16 lines
298 B
Python

from setuptools import setup
print("""
. . .,---.,---., .|, .,---.|
| | ||---||---'|\ |||\ || _.|
| | || || \ | \ ||| \ || |
`-'-'` '` `` `'`` `'`---'o
================================
You are installing a proof-of-concept software that IS NOT PRODUCTION READY.
""")
setup()