]> git.phdru.name Git - m_librarian.git/commitdiff
Docs: Add Github URLs
authorOleg Broytman <phd@phdru.name>
Sun, 22 Apr 2018 22:32:32 +0000 (01:32 +0300)
committerOleg Broytman <phd@phdru.name>
Sun, 22 Apr 2018 22:32:32 +0000 (01:32 +0300)
README.txt
setup.py

index fffa1d75a1e1f877b8056e302e44072db8b58d19..af001b16a3a302d8eba6c357a46c0fde6dba001c 100644 (file)
@@ -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
index 1d72a3110e2628d23683659a680c4a049da618fd..b8ca820e7c5cd43b9a54c2eccd12dcbcf1430880 100755 (executable)
--- 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'],