Skip to content

Commit

Permalink
Update contact info and copyright year
Browse files Browse the repository at this point in the history
  • Loading branch information
brainwane committed Mar 8, 2018
1 parent 9848325 commit b787c37
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions warehouse/__about__.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
__commit__ = None

__author__ = "The Python Packaging Authority"
__email__ = "donald@stufft.io"
__email__ = "ernest@python.org"

__license__ = "Apache License, Version 2.0"
__copyright__ = "2015 %s" % __author__
__copyright__ = "2018 %s" % __author__

0 comments on commit b787c37

Please sign in to comment.