Skip to content

Commit

Permalink
Merge pull request #50 from MetaboHUB-MetaToul-FluxoMet/copyright-year
Browse files Browse the repository at this point in the history
Autodetect copyright year
  • Loading branch information
elliotfontaine authored Jul 24, 2024
2 parents 2e87212 + 7e6ec2a commit 2ad28e4
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 2ad28e4

Please sign in to comment.