Skip to content

Commit

Permalink
Autodetect copyright year
Browse files Browse the repository at this point in the history
  • Loading branch information
elliotfontaine authored Jul 23, 2024
1 parent 2e87212 commit 7e6ec2a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,12 @@
import os
import sys
import csv
from datetime import datetime

import metomi.rose

project = "RTMet"
copyright = "2024, MetaToul"
copyright = f"MetaToul, {datetime.now().year}"
author = "Elliot Fontaine"
release = "0.1"
version = "0.1.0"
Expand Down

0 comments on commit 7e6ec2a

Please sign in to comment.