]> git.phdru.name Git - m_librarian.git/commitdiff
Pass installation/compilation options to pip and easy_install
authorOleg Broytman <phd@phdru.name>
Sat, 4 Jun 2016 13:26:14 +0000 (16:26 +0300)
committerOleg Broytman <phd@phdru.name>
Sat, 4 Jun 2016 13:26:14 +0000 (16:26 +0300)
requirements.txt
setup.cfg

index 7d553d8565eae0afe156ff4f05a9af2c1312c631..11f797d6f91a6ae708c291624420de7cff536673 100644 (file)
@@ -1,2 +1,6 @@
+--trusted-host phdru.name
+--find-links=http://phdru.name/Software/Python/
+--install-option="--compile"
+
 SQLObject>=2.2.1
 m_lib>=2.0
index 7048e1c775adac4f4fd612d2e4aa0a15888d95e3..982ea8ab7fadbca2cfa65e75ccfd4eb7efb0cb9d 100644 (file)
--- a/setup.cfg
+++ b/setup.cfg
@@ -1,6 +1,10 @@
 [bdist_wheel]
 universal = 1
 
+[easy_install]
+find_links = http://phdru.name/Software/Python/
+optimize = 2
+
 [egg_info]
 tag_build = 
 tag_date = 0