From aa844be71b92ce4c13073f1bf1889c39f23933d9 Mon Sep 17 00:00:00 2001 From: Oleg Broytman Date: Fri, 15 Dec 2017 16:50:40 +0300 Subject: [PATCH] Build: Find links at http://phdru.name/Software/Python/ [skip ci] --- devscripts/requirements/requirements.txt | 2 ++ setup.cfg | 1 + 2 files changed, 3 insertions(+) diff --git a/devscripts/requirements/requirements.txt b/devscripts/requirements/requirements.txt index f2c2998..2e1bf47 100644 --- a/devscripts/requirements/requirements.txt +++ b/devscripts/requirements/requirements.txt @@ -1,3 +1,5 @@ +--trusted-host phdru.name +--find-links=http://phdru.name/Software/Python/ --install-option=-O2 m_lib.defenc>=1.0 diff --git a/setup.cfg b/setup.cfg index d4199d8..56a3566 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,4 +1,5 @@ [easy_install] +find_links = http://phdru.name/Software/Python/ optimize = 2 [egg_info] -- 2.39.2