--- /dev/null
+m_Librarian.
+
+Author: Oleg Broytman <phd@phdru.name>.
+
+Copyright (C) 2015-2018 PhiloSoft Design.
+
+License: GPL.
+
+This hopefully will be a collection of programs to index LibRusEc and
+Flibusta libraries (zipfiles from torrents, actually), search and show
+their contents with command-line, web interface and GUI.
+
+| Home Page: http://phdru.name/Software/Python/m_librarian/
+| Documentation: http://phdru.name/Software/Python/m_librarian/docs/
+| Russian: http://phdru.name/Software/Python/m_librarian/docs/ru/
+| Git repo: http://git.phdru.name/m_librarian.git/
+| Github repo: https://github.com/phdru/m_librarian
+| Issue tracker: https://github.com/phdru/m_librarian/issues
+++ /dev/null
-m_Librarian.
-Author: Oleg Broytman <phd@phdru.name>.
-Copyright (C) 2015-2018 PhiloSoft Design.
-License: GPL.
-
-This hopefully will be a collection of programs to index LibRusEc and
-Flibusta libraries (zipfiles from torrents, actually) and show their
-contents with command-line, web interface and GUI.
-
-Home Page: http://phdru.name/Software/Python/m_librarian/
-Documentation: http://phdru.name/Software/Python/m_librarian/docs/
-Russian: http://phdru.name/Software/Python/m_librarian/docs/ru/
-Git repo: http://git.phdru.name/m_librarian.git/
-Github repo: https://github.com/phdru/m_librarian
-Issue tracker: https://github.com/phdru/m_librarian/issues
name='m_librarian',
version=m_librarian_version.__version__,
description='m_Librarian for LibRusEc/Flibusta libraries',
- long_description=open('README.txt', 'rU').read(),
- long_description_content_type="text/plain",
+ long_description=open('README.rst', 'rU').read(),
+ long_description_content_type="text/x-rst",
author='Oleg Broytman',
author_email='phd@phdru.name',
url='http://phdru.name/Software/Python/m_librarian/',