Setup files for PoC. Closes #7
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
from setuptools import setup
|
||||
|
||||
|
||||
print("""
|
||||
. . .,---.,---., .|, .,---.|
|
||||
| | ||---||---'|\ |||\ || _.|
|
||||
| | || || \ | \ ||| \ || |
|
||||
`-'-'` '` `` `'`` `'`---'o
|
||||
================================
|
||||
|
||||
You are installing a proof-of-concept software that IS NOT PRODUCTION READY.
|
||||
|
||||
""")
|
||||
|
||||
setup()
|
||||
Reference in New Issue
Block a user