mirror of
https://github.com/getpelican/pelican.git
synced 2025-10-15 20:28:56 +02:00
Clarify copyright continues through to present day
This obviates the need to manually update the copyright every year.
This commit is contained in:
parent
24515c2cf0
commit
21a4169169
1 changed files with 1 additions and 1 deletions
|
|
@ -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])
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue