mirror of
https://github.com/getpelican/pelican.git
synced 2025-10-15 20:28:56 +02:00
Changing dates in copyright information
This commit is contained in:
parent
38c307eefd
commit
bf7966183a
1 changed files with 1 additions and 1 deletions
|
|
@ -14,7 +14,7 @@ extensions = ['sphinx.ext.autodoc', 'sphinx.ext.ifconfig', 'sphinx.ext.extlinks'
|
|||
source_suffix = '.rst'
|
||||
master_doc = 'index'
|
||||
project = 'Pelican'
|
||||
copyright = '2014, Alexis Metaireau and contributors'
|
||||
copyright = '2015, Alexis Metaireau and contributors'
|
||||
exclude_patterns = ['_build']
|
||||
release = __version__
|
||||
version = '.'.join(release.split('.')[:1])
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue