27 from eric7.UI.Info import Version |
27 from eric7.UI.Info import Version |
28 |
28 |
29 # 1. create the argument parser |
29 # 1. create the argument parser |
30 parser = argparse.ArgumentParser( |
30 parser = argparse.ArgumentParser( |
31 description="Graphical configuration editor for the eric tool suite.", |
31 description="Graphical configuration editor for the eric tool suite.", |
32 epilog="Copyright (c) 2006 - 2023 Detlev Offenbach <detlev@die-offenbachs.de>.", |
32 epilog="Copyright (c) 2006 - 2024 Detlev Offenbach <detlev@die-offenbachs.de>.", |
33 ) |
33 ) |
34 |
34 |
35 # 2. add the arguments |
35 # 2. add the arguments |
36 parser.add_argument( |
36 parser.add_argument( |
37 "-V", |
37 "-V", |