From: Oleg Broytman Date: Mon, 25 Jul 2016 14:41:24 +0000 (+0300) Subject: Add requirements.txt and setup.cfg X-Git-Tag: 2.1.3^0 X-Git-Url: https://git.phdru.name/?p=m_lib.git;a=commitdiff_plain;h=99a2988597ff040660f8444fc7d1641fa83473d5 Add requirements.txt and setup.cfg --- diff --git a/requirements.txt b/requirements.txt new file mode 100644 index 0000000..8dff001 --- /dev/null +++ b/requirements.txt @@ -0,0 +1,3 @@ +--trusted-host phdru.name +--find-links=http://phdru.name/Software/Python/ +--install-option="--compile" diff --git a/setup.cfg b/setup.cfg new file mode 100644 index 0000000..b5486c4 --- /dev/null +++ b/setup.cfg @@ -0,0 +1,3 @@ +[easy_install] +find_links = http://phdru.name/Software/Python/ +optimize = 2