Skip to content

Commit 9dce70a

Browse files
author
Emmanouil Konstantinidis
committed
Improve Ascii art
1 parent df7e834 commit 9dce70a

File tree

1 file changed

+7
-8
lines changed

1 file changed

+7
-8
lines changed

pypiup/cli.py

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
import __init__
21
import os
32
import click
43
from pypiup.requirements import Requirements
@@ -16,13 +15,13 @@ def cli(requirement, demo):
1615
Check whether your PyPI requirements are up to date.
1716
"""
1817

19-
print("\n ______ __ __ ______ __ __ __ ______ ")
20-
print("/\ == \ /\ \_\ \ /\ == \ /\ \ /\ \/\ \ /\ == \ ")
21-
print("\ \ _-/ \ \____ \ \ \ _-/ \ \ \ \ \ \_\ \ \ \ _-/ ")
22-
print(" \ \_\ \/\_____\ \ \_\ \ \_\ \ \_____\ \ \_\ ")
23-
print(" \/_/ \/_____/ \/_/ \/_/ \/_____/ \/_/ ")
24-
print("\nhttps://github.com/ekonstantinidis/pypiup")
25-
print("Version %s" % __init__.__version__)
18+
print("\n ______ __ __ ______ __ __ __ ______ ")
19+
print(" /\ == \ /\ \_\ \ /\ == \ /\ \ /\ \/\ \ /\ == \ ")
20+
print(" \ \ _-/ \ \____ \ \ \ _-/ \ \ \ \ \ \_\ \ \ \ _-/ ")
21+
print(" \ \_\ \/\_____\ \ \_\ \ \_\ \ \_____\ \ \_\ ")
22+
print(" \/_/ \/_____/ \/_/ \/_/ \/_____/ \/_/ ")
23+
print("\n PyPIup")
24+
print(" https://github.com/ekonstantinidis/pypiup")
2625

2726
if demo:
2827
demo_path = os.path.join(BASE_DIR, 'requirements/requirements-demo.txt')

0 commit comments

Comments
 (0)