File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 11BSD 2-Clause License
22
3- Copyright (c) 2009-2020 , Kyle Stewart and the python-tcod contributors.
3+ Copyright (c) 2009-2021 , Kyle Benesch and the python-tcod contributors.
44All rights reserved.
55
66Redistribution and use in source and binary forms, with or without
Original file line number Diff line number Diff line change 5656
5757# General information about the project.
5858project = u'python-tcod'
59- copyright = u'2009-2020 , Kyle Stewart '
60- author = u'Kyle Stewart '
59+ copyright = u'2009-2021 , Kyle Benesch '
60+ author = u'Kyle Benesch '
6161
6262# The version info for the project you're documenting, acts as replacement for
6363# |version| and |release|, also used in various other places throughout the
Original file line number Diff line number Diff line change @@ -116,7 +116,7 @@ def check_sdl_version():
116116setup (
117117 name = "tcod" ,
118118 version = get_version (),
119- author = "Kyle Stewart " ,
119+ author = "Kyle Benesch " ,
120120 author_email = "4b796c65+tcod@gmail.com" ,
121121 description = "The official Python port of libtcod." ,
122122 long_description = get_long_description (),
You can’t perform that action at this time.
0 commit comments