]> git.phdru.name Git - mimedecode.git/commitdiff
Build: Find links at http://phdru.name/Software/Python/
authorOleg Broytman <phd@phdru.name>
Fri, 15 Dec 2017 13:50:40 +0000 (16:50 +0300)
committerOleg Broytman <phd@phdru.name>
Fri, 15 Dec 2017 13:50:40 +0000 (16:50 +0300)
[skip ci]

devscripts/requirements/requirements.txt
setup.cfg

index f2c299875a21763f87b9753e243cca6f315e4661..2e1bf47b8040460d579581d9db2c49c05de2be12 100644 (file)
@@ -1,3 +1,5 @@
+--trusted-host phdru.name
+--find-links=http://phdru.name/Software/Python/
 --install-option=-O2
 
 m_lib.defenc>=1.0
index d4199d8208f2334f05e693d24743930abe92cf58..56a356622e99927ddcde13c83e3923576698e1a4 100644 (file)
--- a/setup.cfg
+++ b/setup.cfg
@@ -1,4 +1,5 @@
 [easy_install]
+find_links = http://phdru.name/Software/Python/
 optimize = 2
 
 [egg_info]