diff options
author | Jason R. Coombs <jaraco@jaraco.com> | 2014-12-30 12:50:39 -0500 |
---|---|---|
committer | Jason R. Coombs <jaraco@jaraco.com> | 2014-12-30 12:50:39 -0500 |
commit | c7de48c1f42611b25b0ab776ece87763515cc120 (patch) | |
tree | a0cd5b530d0ce1f7e0cdb235fe05c81eb69b15d9 /docs/conf.py | |
parent | 65d8715705e07dc7f091e2da47a7ada923c6cfbb (diff) | |
download | external_python_setuptools-c7de48c1f42611b25b0ab776ece87763515cc120.tar.gz external_python_setuptools-c7de48c1f42611b25b0ab776ece87763515cc120.tar.bz2 external_python_setuptools-c7de48c1f42611b25b0ab776ece87763515cc120.zip |
Update copyright
Diffstat (limited to 'docs/conf.py')
-rw-r--r-- | docs/conf.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/conf.py b/docs/conf.py index 6cb8f636..5ea2e05e 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -44,7 +44,7 @@ master_doc = 'index' # General information about the project. project = 'Setuptools' -copyright = '2009-2013, The fellowship of the packaging' +copyright = '2009-2014, The fellowship of the packaging' # The version info for the project you're documenting, acts as replacement for # |version| and |release|, also used in various other places throughout the |