mirror of
https://github.com/xonsh/xonsh.git
synced 2025-03-04 08:24:40 +01:00
added ascii logo
This commit is contained in:
parent
8d8cac4e42
commit
5cf4f3631e
1 changed files with 42 additions and 0 deletions
42
setup.py
42
setup.py
|
@ -29,6 +29,7 @@ def build_tables():
|
|||
sys.path.pop(0)
|
||||
|
||||
def main():
|
||||
print(logo)
|
||||
clean_tables()
|
||||
build_tables()
|
||||
with open('readme.rst', 'r') as f:
|
||||
|
@ -50,5 +51,46 @@ def main():
|
|||
)
|
||||
setup(**skw)
|
||||
|
||||
logo = """
|
||||
╓██▄
|
||||
╙██▀██╕
|
||||
▐██4Φ█▀█▌
|
||||
²██▄███▀██^██
|
||||
-███╩▀ " ╒▄█████▀█
|
||||
║██▀▀W╤▄▀ ▐║█╘ ╝█
|
||||
▄m▀%Φ▀▀ ╝*" ,α█████▓▄,▄▀Γ"▀╕
|
||||
"▀██¼" ▄═╦█╟║█▀ ╓ `^` ,▄ ╢╕
|
||||
,▀╫M█▐j╓╟▀ ╔▓▄█▀ '║ ╔ ╣║▌ ▀▄
|
||||
▄m▀▀███╬█╝▀ █▀^ "ÜM j▐╟╫╨▒ ╙▀≡═╤═m▀╗
|
||||
█æsæ╓ ╕, ,▄Ä ▐'╕H LU ║║╠╫Å^2=⌐ █
|
||||
▄æ%Å███╠█ª╙▄█▀ $1╙ ║║╟╫╩*T▄ ▌
|
||||
╙╗%▄,╦██▌█▌█╢M ╕ M║║║║█═⌐ⁿ"^ ╫
|
||||
╙╣▀████@█░█ ▌╕╕ ` ▌║▐▐║█D═≈⌐¬ⁿ s ║⌐
|
||||
╙╬███▓║█` ▌╚ ╕ ╕▌║▐▐╣▌⌐*▒▒Dù` ▐▌
|
||||
╙╬██╨U█ ╟ $ ▌ ▌▌▐▐▐M█▄═≤⌐% ╓⌐ ▌
|
||||
║║█▄▌║ ╟ ▌ ▌M▐▐▐M█▀▒▒▒22, ▐▌
|
||||
███╙^▌ ║ ▌ ⌐M▐▐▐M█≤⌐⌐¬── ▐M
|
||||
║██ ▌╙ ╓ H║ ▌╒ M║▐▐M█"^^^^^"ⁿ ║
|
||||
██╕╙@▓ ╕ ▌║ H' ║▐▐▐█══=.,,, █
|
||||
╙█▓╔╚╚█ ╠ ▌└╒ ▌▐ ╚║║║▀****ⁿ - ╓▌
|
||||
╙█▌¼V╚▌ ▌ ╕ ▌ ║╒ ║ ▌▒╠█▀≤≤≤≤≤⌐ █
|
||||
╙█▌╔█╚▌ ┘ M ▌║ ╫ UUM██J^^" ▐▌
|
||||
╙██╙█╙▌ ╕$j ▐⌐▌ ▌║╝╟█Å%%%≈═ █
|
||||
╙╣█╣█^▌ ╠║▐ ║ ▌▐.DU██^[""ⁿ -╒▌
|
||||
▀█▄█`▌ ░M▀ ▌▐ Å£╝╝█╜%≈═╓""w ⁿ⌐ █
|
||||
`▀▄▀`▌ ▌█▐⌐║▐UW╖██%≤═░*─ =z ▄Γ
|
||||
╙██╙▄▌█ ▌Å╛╣██╨%╤ƒⁿ= -` ▄┘
|
||||
█▌╢▓▌▌ W £6█╤,"ⁿ ` ▄≡▀▀▀
|
||||
█"█▌▌╟Å╓█╓█▀%` ▄▀
|
||||
╙▌██`▒U▓U█%╗* █
|
||||
▌╫║ ▌ÅÅ║▀╛¬` `"█
|
||||
▌╫ ╫╟ █▄ ~╦%▒╥4^
|
||||
▌▌ "M█ `▀╕ X╕"╗▄▀^
|
||||
█▌ ╓M ╙▀e▀▀^
|
||||
╙██▄▄▀
|
||||
^^
|
||||
"""
|
||||
|
||||
if __name__ == '__main__':
|
||||
main()
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue