Clarify copyright continues through to present day

This obviates the need to manually update the copyright every year.
This commit is contained in:
Justin Mayer 2019-04-25 14:25:39 +02:00
commit 21a4169169

View file

@ -18,7 +18,7 @@ extensions = ['sphinx.ext.autodoc',
source_suffix = '.rst'
master_doc = 'index'
project = 'Pelican'
copyright = '2010, Alexis Metaireau and contributors'
copyright = '2010 present, Alexis Metaireau and contributors'
exclude_patterns = ['_build']
release = __version__
version = '.'.join(release.split('.')[:1])