diff --git a/NEWS.rst b/NEWS.rst index 979e833..94f1d3d 100644 --- a/NEWS.rst +++ b/NEWS.rst @@ -64,7 +64,7 @@ Release History ^^^^^^^^^^^^^^^^^^ * Thanks to the welcome efforts of Jannis Leidel, contextlib2 is now a - [Jazzband](https://jazzband.co/) project! This means that I (Nick Coghlan) + [Jazzband](https://jazzband.co/) project! This means that I (Alyssa Coghlan) am no longer a single point of failure for backports of future contextlib updates to earlier Python versions. diff --git a/docs/conf.py b/docs/conf.py index 49f74a9..600d17c 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -41,7 +41,7 @@ master_doc = 'index' # General information about the project. project = u'contextlib2' -copyright = u'2021, Nick Coghlan' +copyright = u'2024, Alyssa Coghlan' # The version info for the project you're documenting, acts as replacement for # |version| and |release|, also used in various other places throughout the @@ -180,7 +180,7 @@ htmlhelp_basename = 'contextlib2doc' # (source start file, target name, title, author, documentclass [howto/manual]). latex_documents = [ ('index', 'contextlib2.tex', u'contextlib2 Documentation', - u'Nick Coghlan', 'manual'), + u'Alyssa Coghlan', 'manual'), ] # The name of an image file (relative to this directory) to place at the top of @@ -213,7 +213,7 @@ latex_documents = [ # (source start file, name, description, authors, manual section). man_pages = [ ('index', 'contextlib2', u'contextlib2 Documentation', - [u'Nick Coghlan'], 1) + [u'Alyssa Coghlan'], 1) ] diff --git a/setup.py b/setup.py index dc64785..523169c 100755 --- a/setup.py +++ b/setup.py @@ -13,7 +13,7 @@ setup( license='PSF License', description='Backports and enhancements for the contextlib module', long_description=open('README.rst').read(), - author='Nick Coghlan', + author='Alyssa Coghlan', author_email='ncoghlan@gmail.com', url='http://contextlib2.readthedocs.org', classifiers=[