mirror of
https://github.com/jazzband/contextlib2.git
synced 2026-03-16 21:50:24 +00:00
Fix references to me
This commit is contained in:
parent
7c6b72683c
commit
7e2a0a900a
3 changed files with 5 additions and 5 deletions
2
NEWS.rst
2
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.
|
||||
|
||||
|
|
|
|||
|
|
@ -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)
|
||||
]
|
||||
|
||||
|
||||
|
|
|
|||
2
setup.py
2
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=[
|
||||
|
|
|
|||
Loading…
Reference in a new issue