]> git.phdru.name Git - m_librarian.git/commitdiff
Doc: Convert README.txt to README.rst
authorOleg Broytman <phd@phdru.name>
Sun, 13 May 2018 23:03:45 +0000 (02:03 +0300)
committerOleg Broytman <phd@phdru.name>
Wed, 16 May 2018 21:16:33 +0000 (00:16 +0300)
README.rst [new file with mode: 0644]
README.txt [deleted file]
setup.py

diff --git a/README.rst b/README.rst
new file mode 100644 (file)
index 0000000..25fddd6
--- /dev/null
@@ -0,0 +1,18 @@
+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
diff --git a/README.txt b/README.txt
deleted file mode 100644 (file)
index af001b1..0000000
+++ /dev/null
@@ -1,15 +0,0 @@
-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
index 9759e7faff70a22c2d8107da487f447d66d3a3c6..7f2699ffc2b6404a5ce2519591b03ce0009cc65f 100755 (executable)
--- 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/',