Skip to content

Commit

Permalink
DOC: update copyright years
Browse files Browse the repository at this point in the history
  • Loading branch information
dnicolodi committed Mar 4, 2024
1 parent de3281f commit 7e43e5a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
# add these directories to sys.path here. If the directory is relative to the
# documentation root, use os.path.abspath to make it absolute, like shown here.

import datetime
import os
import sys
sys.path.insert(0, os.path.abspath('..'))
Expand All @@ -23,7 +24,7 @@
# -- Project information -----------------------------------------------------

project = 'meson-python'
copyright = '2021, The meson-python developers'
copyright = f'2021\N{EN DASH}{datetime.date.today().year}, The meson-python developers'

# The short X.Y version
version = mesonpy.__version__
Expand Down

0 comments on commit 7e43e5a

Please sign in to comment.