From: Oleg Broytman Date: Sun, 13 May 2018 23:03:45 +0000 (+0300) Subject: Doc: Convert README.txt to README.rst X-Git-Tag: 0.1.1~4 X-Git-Url: https://git.phdru.name/?p=m_librarian.git;a=commitdiff_plain;h=2cd39052f2bc82fe5c02c2bf48548bb32d77642d Doc: Convert README.txt to README.rst --- diff --git a/README.rst b/README.rst new file mode 100644 index 0000000..25fddd6 --- /dev/null +++ b/README.rst @@ -0,0 +1,18 @@ +m_Librarian. + +Author: Oleg Broytman . + +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 diff --git a/README.txt b/README.txt deleted file mode 100644 index af001b1..0000000 --- a/README.txt +++ /dev/null @@ -1,15 +0,0 @@ -m_Librarian. -Author: Oleg Broytman . -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 diff --git a/setup.py b/setup.py index 9759e7f..7f2699f 100755 --- a/setup.py +++ b/setup.py @@ -11,8 +11,8 @@ setup( 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/',