]> git.phdru.name Git - m_librarian.git/blobdiff - setup.py
Build: Add release scripts
[m_librarian.git] / setup.py
index 1d72a3110e2628d23683659a680c4a049da618fd..9759e7faff70a22c2d8107da487f447d66d3a3c6 100755 (executable)
--- a/setup.py
+++ b/setup.py
@@ -18,14 +18,15 @@ setup(
     url='http://phdru.name/Software/Python/m_librarian/',
     project_urls={
         'Homepage': 'http://phdru.name/Software/Python/m_librarian/',
-        'Download':
-            'http://phdru.name/Software/Python/m_librarian/'
-            'm_librarian-%s.tar.bz2' % m_librarian_version.__version__,
+        'Download': 'https://pypi.org/project/m_librarian/%s/'
+        % m_librarian_version.__version__,
         'Documentation':
             'http://phdru.name/Software/Python/m_librarian/docs/',
         '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'],