Skip to content

Commit 7ca480b

Browse files
doc: update AUTHORS
Part of #67
1 parent 9d438f7 commit 7ca480b

File tree

3 files changed

+8
-6
lines changed

3 files changed

+8
-6
lines changed

Diff for: AUTHORS

+2
Original file line numberDiff line numberDiff line change
@@ -33,3 +33,5 @@ Vladislav Shpilevoy <[email protected]>
3333
Artem Morozov <[email protected]>
3434
Sergey Bronnikov <[email protected]>
3535
Yaroslav Lobankov <[email protected]>
36+
Georgy Moiseev <[email protected]>
37+
Oleg Jukovec <[email protected]>

Diff for: doc/conf.py

+4-4
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545

4646
# General information about the project.
4747
project = u'Tarantool python client library'
48-
copyright = u'2011, Konstantin Cherkasoff'
48+
copyright = u'2011-2022, tarantool-python AUTHORS'
4949

5050
# The version info for the project you're documenting, acts as replacement for
5151
# |version| and |release|, also used in various other places throughout the
@@ -190,7 +190,7 @@
190190
# (source start file, target name, title, author, documentclass [howto/manual]).
191191
latex_documents = [
192192
('index', 'Tarantoolpythonclientlibrary.tex', u'Tarantool python client library Documentation',
193-
u'Konstantin Cherkasoff', 'manual'),
193+
u'tarantool-python AUTHORS', 'manual'),
194194
]
195195

196196
# The name of an image file (relative to this directory) to place at the top of
@@ -220,7 +220,7 @@
220220
# (source start file, name, description, authors, manual section).
221221
man_pages = [
222222
('index', 'tarantoolpythonclientlibrary', u'Tarantool python client library Documentation',
223-
[u'Konstantin Cherkasoff'], 1)
223+
[u'tarantool-python AUTHORS'], 1)
224224
]
225225

226226
# If true, show URL addresses after external links.
@@ -234,7 +234,7 @@
234234
# dir menu entry, description, category)
235235
texinfo_documents = [
236236
('index', 'Tarantoolpythonclientlibrary', u'Tarantool python client library Documentation',
237-
u'Konstantin Cherkasoff', 'Tarantoolpythonclientlibrary', 'One line description of project.',
237+
u'tarantool-python AUTHORS', 'Tarantoolpythonclientlibrary', 'One line description of project.',
238238
'Miscellaneous'),
239239
]
240240

Diff for: setup.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -66,8 +66,8 @@ def find_version(*file_paths):
6666
package_dir={"tarantool": os.path.join("tarantool")},
6767
version=find_version('tarantool', '__init__.py'),
6868
platforms=["all"],
69-
author="Konstantin Cherkasoff",
70-
author_email="[email protected]",
69+
author="tarantool-python AUTHORS",
70+
author_email="[email protected]",
7171
url="https://github.com/tarantool/tarantool-python",
7272
license="BSD",
7373
description="Python client library for Tarantool 1.6 Database",

0 commit comments

Comments
 (0)