From: Oleg Broytman Date: Sun, 3 Apr 2016 23:15:32 +0000 (+0300) Subject: Librarian => m_Librarian X-Git-Tag: 0.0.4~31 X-Git-Url: https://git.phdru.name/?p=m_librarian.git;a=commitdiff_plain;h=1d582c7edc1296c83ff5dc18186c3f42221e3968 Librarian => m_Librarian --- diff --git a/README.rus.txt b/README.rus.txt index 58554b5..3bd2c7c 100644 --- a/README.rus.txt +++ b/README.rus.txt @@ -1,4 +1,4 @@ -Broytman Librarian, Copyright (C) 2015, 2016 PhiloSoft Design +Broytman m_Librarian, Copyright (C) 2015, 2016 PhiloSoft Design á×ÔÏÒ: ïÌÅÇ âÒÏÊÔÍÁÎ ìÉÃÅÎÚÉÑ: GPL diff --git a/README.txt b/README.txt index 438d421..60a6b21 100644 --- a/README.txt +++ b/README.txt @@ -1,4 +1,4 @@ -Broytman Librarian, Copyright (C) 2015, 2016 PhiloSoft Design +Broytman m_Librarian, Copyright (C) 2015, 2016 PhiloSoft Design Author: Oleg Broytman License: GPL diff --git a/docs-ru/conf.py b/docs-ru/conf.py index 098e70c..523968f 100644 --- a/docs-ru/conf.py +++ b/docs-ru/conf.py @@ -265,7 +265,7 @@ man_pages = [ # dir menu entry, description, category) texinfo_documents = [ ('index', 'm_Librarian', u'm_Librarian Documentation', - u'Oleg Broytman', 'm_Librarian', 'Broytman Librarian.', + u'Oleg Broytman', 'm_Librarian', 'Broytman m_Librarian.', 'Miscellaneous'), ] diff --git a/docs/conf.py b/docs/conf.py index d8ca487..4373701 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -265,7 +265,7 @@ man_pages = [ # dir menu entry, description, category) texinfo_documents = [ ('index', 'm_Librarian', u'm_Librarian Documentation', - u'Oleg Broytman', 'm_Librarian', 'Broytman Librarian.', + u'Oleg Broytman', 'm_Librarian', 'Broytman m_Librarian.', 'Miscellaneous'), ] diff --git a/setup.py b/setup.py index f649f3e..3fb9cd5 100755 --- a/setup.py +++ b/setup.py @@ -21,7 +21,7 @@ from m_librarian_version import __version__ setup(name='m_librarian', version=__version__, - description='Librarian for LibRusEc/Flibusta libraries', + description='m_Librarian for LibRusEc/Flibusta libraries', long_description=open('README.txt', 'rtU').read(), author='Oleg Broytman', author_email='phd@phdru.name',