]> git.phdru.name Git - m_lib.git/commitdiff
Add requirements.txt and setup.cfg 2.1.3
authorOleg Broytman <phd@phdru.name>
Mon, 25 Jul 2016 14:41:24 +0000 (17:41 +0300)
committerOleg Broytman <phd@phdru.name>
Mon, 25 Jul 2016 14:41:24 +0000 (17:41 +0300)
requirements.txt [new file with mode: 0644]
setup.cfg [new file with mode: 0644]

diff --git a/requirements.txt b/requirements.txt
new file mode 100644 (file)
index 0000000..8dff001
--- /dev/null
@@ -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 (file)
index 0000000..b5486c4
--- /dev/null
+++ b/setup.cfg
@@ -0,0 +1,3 @@
+[easy_install]
+find_links = http://phdru.name/Software/Python/
+optimize = 2