]> git.phdru.name Git - m_librarian.git/commitdiff
Build, docs: Change installation name/URL
authorOleg Broytman <phd@phdru.name>
Tue, 24 Apr 2018 21:29:13 +0000 (00:29 +0300)
committerOleg Broytman <phd@phdru.name>
Tue, 24 Apr 2018 21:31:51 +0000 (00:31 +0300)
Prepare to release to PyPI: Remove trusted-host and find-links.

docs/install.rst
setup.cfg
setup.py

index d950de1670dccbdb870b5c6bf41add4fe657bb22..f3c1610a6159ac1d1f114619d44635cd83171e0d 100644 (file)
@@ -6,21 +6,21 @@ System-wide
 
 ::
 
-    sudo pip install --trusted-host phdru.name --find-links=http://phdru.name/Software/Python/ m_librarian
+    sudo pip install m_librarian
 
 User mode
 ---------
 
 ::
 
-    pip install --trusted-host phdru.name --find-links=http://phdru.name/Software/Python/ --user m_librarian
+    pip install --user m_librarian
 
 Virtual envs
 ------------
 
 ::
 
-    pip install --trusted-host phdru.name --find-links=http://phdru.name/Software/Python/ m_librarian
+    pip install m_librarian
 
 Progress bar
 ============
index 39c17d20892872cf5a78fa5425e616d3eef3268d..b5b0e1699b4193fad395c1a99995247b37009002 100644 (file)
--- a/setup.cfg
+++ b/setup.cfg
@@ -2,7 +2,6 @@
 universal = 1
 
 [easy_install]
-find_links = http://phdru.name/Software/Python/
 optimize = 2
 
 [egg_info]
index b8ca820e7c5cd43b9a54c2eccd12dcbcf1430880..9759e7faff70a22c2d8107da487f447d66d3a3c6 100755 (executable)
--- a/setup.py
+++ b/setup.py
@@ -18,9 +18,8 @@ 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':