From 3320d2cd9587048c02d517c42e17765ff4e80ea6 Mon Sep 17 00:00:00 2001 From: Oleg Broytman Date: Mon, 23 Apr 2018 01:32:32 +0300 Subject: [PATCH] Docs: Add Github URLs --- README.txt | 3 ++- setup.py | 2 ++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/README.txt b/README.txt index fffa1d7..af001b1 100644 --- a/README.txt +++ b/README.txt @@ -11,4 +11,5 @@ 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/ -Issue tracker: not yet. +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 1d72a31..b8ca820 100755 --- a/setup.py +++ b/setup.py @@ -26,6 +26,8 @@ setup( 'Russian docs': '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', }, license='GPL', keywords=['books', 'library', 'Flibusta', 'LibRusEc', 'lib.rus.ec'], -- 2.39.2