Setup files for PoC. Closes #7

This commit is contained in:
Roberto Abdelkader Martínez Pérez
2019-08-02 10:21:50 +02:00
parent 505b1ca07a
commit 0f87d22317
2 changed files with 35 additions and 0 deletions
+15
View File
@@ -0,0 +1,15 @@
from setuptools import setup
print("""
. . .,---.,---., .|, .,---.|
| | ||---||---'|\ |||\ || _.|
| | || || \ | \ ||| \ || |
`-'-'` '` `` `'`` `'`---'o
================================
You are installing a proof-of-concept software that IS NOT PRODUCTION READY.
""")
setup()