jenkins-bot has submitted this change and it was merged.
Change subject: Capitalize 'Pywikibot' in 'Pywikibot team' ......................................................................
Capitalize 'Pywikibot' in 'Pywikibot team'
Change-Id: Id491aa5f484e7d8530d4d2245a77244b372907b9 --- M pywikibot/userinterfaces/gui.py M scripts/match_images.py M setup.py 3 files changed, 3 insertions(+), 3 deletions(-)
Approvals: Xqt: Looks good to me, approved jenkins-bot: Verified
diff --git a/pywikibot/userinterfaces/gui.py b/pywikibot/userinterfaces/gui.py index 8c6e173..788c541 100644 --- a/pywikibot/userinterfaces/gui.py +++ b/pywikibot/userinterfaces/gui.py @@ -9,7 +9,7 @@ # (C) Rob W.W. Hooft, 2003 # (C) Daniel Herding, 2004 # Wikiwichtel -# (C) pywikibot team, 2008-2014 +# (C) Pywikibot team, 2008-2014 # # Distributed under the terms of the MIT license. # diff --git a/scripts/match_images.py b/scripts/match_images.py index 9a8204c..304583b 100644 --- a/scripts/match_images.py +++ b/scripts/match_images.py @@ -25,7 +25,7 @@ """ # # (c) Multichill, 2009 -# (c) pywikibot team, 2009-2015 +# (c) Pywikibot team, 2009-2015 # # Distributed under the terms of the MIT license. # diff --git a/setup.py b/setup.py index 16ffd0b..408c054 100644 --- a/setup.py +++ b/setup.py @@ -106,7 +106,7 @@ version=version, description='Python MediaWiki Bot Framework', long_description=open('README.rst').read(), - maintainer='The pywikibot team', + maintainer='The Pywikibot team', maintainer_email='pywikipedia-l@lists.wikimedia.org', license='MIT License', packages=['pywikibot'] + [package
pywikibot-commits@lists.wikimedia.org