diff options
Diffstat (limited to 'conf.py')
-rw-r--r-- | conf.py | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -18,8 +18,8 @@ import os # -- Project information ----------------------------------------------------- project = os.environ['PACKAGE'] -copyright = '2022, Nicolas PEUGNET' -author = os.environ['COPYRIGHT'] +copyright = '2022, ' + os.environ['AUTHORS'] +author = os.environ['AUTHORS'] version = os.environ['VERSION'] |