Update name across the project post-marriage

This commit is contained in:
Ian Stapleton Cordasco 2017-07-27 18:47:38 -05:00
parent a0dabc1d42
commit 69eaa28da2
No known key found for this signature in database
GPG key ID: C9D7A2604B4FCB2A
4 changed files with 10 additions and 6 deletions

4
.mailmap Normal file
View file

@ -0,0 +1,4 @@
Ian Stapleton Cordasco <graffatcolmingov@gmail.com> Ian Cordasco <graffatcolmingov@gmail.com>
Ian Stapleton Cordasco <graffatcolmingov@gmail.com> Ian Cordasco <sigmavirus24@users.noreply.github.com>
Ian Stapleton Cordasco <graffatcolmingov@gmail.com> Ian Cordasco <ian.cordasco@rackspace.com>
Ian Stapleton Cordasco <graffatcolmingov@gmail.com> Ian Cordasco <icordasc+bitbucket@coglib.com>

View file

@ -54,8 +54,8 @@ master_doc = 'index'
# General information about the project. # General information about the project.
project = u'flake8' project = u'flake8'
copyright = u'2016, Ian Cordasco' copyright = u'2016, Ian Stapleton Cordasco'
author = u'Ian Cordasco' author = u'Ian Stapleton Cordasco'
import flake8 import flake8
# The version info for the project you're documenting, acts as replacement for # The version info for the project you're documenting, acts as replacement for
@ -235,7 +235,7 @@ latex_elements = {
# author, documentclass [howto, manual, or own class]). # author, documentclass [howto, manual, or own class]).
latex_documents = [ latex_documents = [
(master_doc, 'flake8.tex', u'flake8 Documentation', (master_doc, 'flake8.tex', u'flake8 Documentation',
u'Ian Cordasco', 'manual'), u'Ian Stapleton Cordasco', 'manual'),
] ]
# The name of an image file (relative to this directory) to place at the top of # The name of an image file (relative to this directory) to place at the top of

View file

@ -19,8 +19,8 @@ Code of Conduct
=============== ===============
|Flake8| adheres to the `Python Code Quality Authority's Code of Conduct`_. |Flake8| adheres to the `Python Code Quality Authority's Code of Conduct`_.
Any violations of the Code of Conduct should be reported to Ian Cordasco Any violations of the Code of Conduct should be reported to Ian Stapleton
(graffatcolmingov [at] gmail [dot] com). Cordasco (graffatcolmingov [at] gmail [dot] com).
Setting Up A Development Environment Setting Up A Development Environment

View file

@ -58,7 +58,7 @@ setuptools.setup(
long_description=get_long_description(), long_description=get_long_description(),
author="Tarek Ziade", author="Tarek Ziade",
author_email="tarek@ziade.org", author_email="tarek@ziade.org",
maintainer="Ian Cordasco", maintainer="Ian Stapleton Cordasco",
maintainer_email="graffatcolmingov@gmail.com", maintainer_email="graffatcolmingov@gmail.com",
url="https://gitlab.com/pycqa/flake8", url="https://gitlab.com/pycqa/flake8",
package_dir={"": "src"}, package_dir={"": "src"},