From 99a2988597ff040660f8444fc7d1641fa83473d5 Mon Sep 17 00:00:00 2001 From: Oleg Broytman Date: Mon, 25 Jul 2016 17:41:24 +0300 Subject: [PATCH] Add requirements.txt and setup.cfg --- requirements.txt | 3 +++ setup.cfg | 3 +++ 2 files changed, 6 insertions(+) create mode 100644 requirements.txt create mode 100644 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 -- 2.39.2