16 lines
298 B
Python
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()
|