summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2017-03-29 14:36:54 -0400
committerJason R. Coombs <jaraco@jaraco.com>2017-03-29 14:36:54 -0400
commit59c37d70f1140bf18b9a48398cc4502ebce91b5e (patch)
tree50823d1efcc41761418cfb97328343dd3dc699f6
parentb728c5892b394392044b245cba43f46740efb851 (diff)
downloadpytest-runner-59c37d70f1140bf18b9a48398cc4502ebce91b5e.tar.gz
Don't bother with copyright year(s). Let the repository history track the changes and copyright years. YAGNI.
-rw-r--r--docs/conf.py5
1 files changed, 1 insertions, 4 deletions
diff --git a/docs/conf.py b/docs/conf.py
index bf6ae64..fc94797 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -23,10 +23,7 @@ dist_info_cmd = [sys.executable, setup_script] + fields
output_bytes = subprocess.check_output(dist_info_cmd, cwd=root)
project, version, url, author = output_bytes.decode('utf-8').strip().split('\n')
-origin_date = datetime.date(2017,1,1)
-today = datetime.date.today()
-
-copyright = '{origin_date.year}-{today.year} {author}'.format(**locals())
+copyright = author
# The full version, including alpha/beta/rc tags.
release = version