aboutsummaryrefslogtreecommitdiff
path: root/conf.py
diff options
context:
space:
mode:
Diffstat (limited to 'conf.py')
-rw-r--r--conf.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/conf.py b/conf.py
index e6b3549..0873cd6 100644
--- a/conf.py
+++ b/conf.py
@@ -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']