Skip to content

Commit

Permalink
Update name across the project post-marriage
Browse files Browse the repository at this point in the history
  • Loading branch information
sigmavirus24 committed Jul 27, 2017
1 parent a0dabc1 commit 69eaa28
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 6 deletions.
4 changes: 4 additions & 0 deletions .mailmap
@@ -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>
6 changes: 3 additions & 3 deletions docs/source/conf.py
Expand Up @@ -54,8 +54,8 @@

# General information about the project.
project = u'flake8'
copyright = u'2016, Ian Cordasco'
author = u'Ian Cordasco'
copyright = u'2016, Ian Stapleton Cordasco'
author = u'Ian Stapleton Cordasco'

import flake8
# The version info for the project you're documenting, acts as replacement for
Expand Down Expand Up @@ -235,7 +235,7 @@
# author, documentclass [howto, manual, or own class]).
latex_documents = [
(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
Expand Down
4 changes: 2 additions & 2 deletions docs/source/internal/contributing.rst
Expand Up @@ -19,8 +19,8 @@ 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
(graffatcolmingov [at] gmail [dot] com).
Any violations of the Code of Conduct should be reported to Ian Stapleton
Cordasco (graffatcolmingov [at] gmail [dot] com).


Setting Up A Development Environment
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -58,7 +58,7 @@ def get_long_description():
long_description=get_long_description(),
author="Tarek Ziade",
author_email="tarek@ziade.org",
maintainer="Ian Cordasco",
maintainer="Ian Stapleton Cordasco",
maintainer_email="graffatcolmingov@gmail.com",
url="https://gitlab.com/pycqa/flake8",
package_dir={"": "src"},
Expand Down

0 comments on commit 69eaa28

Please sign in to comment.