29 |
29 |
30 # 1. create the argument parser |
30 # 1. create the argument parser |
31 parser = argparse.ArgumentParser( |
31 parser = argparse.ArgumentParser( |
32 description="Graphical tool of the eric tool suite to manage Python Virtual" |
32 description="Graphical tool of the eric tool suite to manage Python Virtual" |
33 " Environments.", |
33 " Environments.", |
34 epilog="Copyright (c) 2021 - 2023 Detlev Offenbach <detlev@die-offenbachs.de>.", |
34 epilog="Copyright (c) 2021 - 2024 Detlev Offenbach <detlev@die-offenbachs.de>.", |
35 ) |
35 ) |
36 |
36 |
37 # 2. add the arguments |
37 # 2. add the arguments |
38 parser.add_argument( |
38 parser.add_argument( |
39 "-V", |
39 "-V", |