From: Oleg Broytman Date: Fri, 15 Dec 2017 13:50:40 +0000 (+0300) Subject: Build: Find links at http://phdru.name/Software/Python/ X-Git-Tag: 2.9.0~1 X-Git-Url: https://git.phdru.name/?p=mimedecode.git;a=commitdiff_plain;h=aa844be71b92ce4c13073f1bf1889c39f23933d9 Build: Find links at http://phdru.name/Software/Python/ [skip ci] --- 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]