File tree Expand file tree Collapse file tree 2 files changed +10
-1
lines changed Expand file tree Collapse file tree 2 files changed +10
-1
lines changed Original file line number Diff line number Diff line change 1
- __version__ = '0.0.1 '
1
+ __version__ = '0.0.2 '
Original file line number Diff line number Diff line change @@ -14,6 +14,15 @@ def cli(requirement, demo):
14
14
PyPIup\n
15
15
Check whether your PyPI requirements are up to date.
16
16
"""
17
+
18
+ print ("\n ______ __ __ ______ __ __ __ ______ " )
19
+ print (" /\ == \ /\ \_\ \ /\ == \ /\ \ /\ \/\ \ /\ == \ " )
20
+ print (" \ \ _-/ \ \____ \ \ \ _-/ \ \ \ \ \ \_\ \ \ \ _-/ " )
21
+ print (" \ \_\ \/\_____\ \ \_\ \ \_\ \ \_____\ \ \_\ " )
22
+ print (" \/_/ \/_____/ \/_/ \/_/ \/_____/ \/_/ " )
23
+ print ("\n PyPIup" )
24
+ print (" https://github.com/ekonstantinidis/pypiup" )
25
+
17
26
if demo :
18
27
demo_path = os .path .join (BASE_DIR , 'requirements/requirements-demo.txt' )
19
28
return Requirements (demo_path )
You can’t perform that action at this time.
0 commit comments