Coverage for sparkle/about.py: 100%

7 statements  

« prev     ^ index     » next       coverage.py v7.6.1, created at 2024-09-27 09:10 +0000

1"""Helper module for information about Sparkle.""" 

2 

3name = "Sparkle" 

4version = "0.8.9" 

5description = "Platform for evaluating empirical algorithms/solvers" 

6licence = "MIT" 

7authors = ["Koen van der Blom", 

8 "Jeremie Gobeil", 

9 "Holger H. Hoos", 

10 "Chuan Luo", 

11 "Jeroen Rook", 

12 "Thijs Snelleman", 

13 ] 

14contact = "sparkle@aim.rwth-aachen.de" 

15 

16about_str = f"{name}-{version}"