We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 83103b2 commit b5479caCopy full SHA for b5479ca
source/conf.py
@@ -1,6 +1,7 @@
1
# -- Project information ---------------------------------------------------------------
2
# https://www.sphinx-doc.org/en/master/usage/configuration.html#project-information
3
4
+import datetime
5
import os
6
7
# Some options are only enabled for the main packaging.python.org deployment builds
@@ -13,7 +14,8 @@
13
14
15
project = "Python Packaging User Guide"
16
-copyright = "2013–2020, PyPA"
17
+copyright = "2013–" + str(datetime.datetime.now().year) + ", PyPA"
18
+
19
author = "Python Packaging Authority"
20
21
# -- General configuration -------------------------------------------------------------
0 commit comments