Fix copyright year to date of first publication

This commit is contained in:
Justin Mayer 2017-07-19 13:29:04 -07:00
commit 43ec3c4f7d

View file

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