Skip to content

Commit b5479ca

Browse files
committed
Changed the copyright date to auto update.
1 parent 83103b2 commit b5479ca

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

source/conf.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# -- Project information ---------------------------------------------------------------
22
# https://www.sphinx-doc.org/en/master/usage/configuration.html#project-information
33

4+
import datetime
45
import os
56

67
# Some options are only enabled for the main packaging.python.org deployment builds
@@ -13,7 +14,8 @@
1314

1415
project = "Python Packaging User Guide"
1516

16-
copyright = "2013–2020, PyPA"
17+
copyright = "2013–" + str(datetime.datetime.now().year) + ", PyPA"
18+
1719
author = "Python Packaging Authority"
1820

1921
# -- General configuration -------------------------------------------------------------

0 commit comments

Comments
 (0)