Merge pull request #3710 from bmwiedemann/date
Do not claim copyright for future years
This commit is contained in:
commit
b7419bd9bb
|
@ -65,7 +65,7 @@ master_doc = "contents"
|
||||||
# General information about the project.
|
# General information about the project.
|
||||||
project = u"pytest"
|
project = u"pytest"
|
||||||
year = datetime.datetime.utcnow().year
|
year = datetime.datetime.utcnow().year
|
||||||
copyright = u"2015–{} , holger krekel and pytest-dev team".format(year)
|
copyright = u"2015–2018 , holger krekel and pytest-dev team"
|
||||||
|
|
||||||
|
|
||||||
# The language for content autogenerated by Sphinx. Refer to documentation
|
# The language for content autogenerated by Sphinx. Refer to documentation
|
||||||
|
|
Loading…
Reference in New Issue