From 6a46ec1ad34b1326538e0c459f9c97035d8919af Mon Sep 17 00:00:00 2001 From: Oleg Broytman Date: Sun, 23 Apr 2017 23:49:34 +0300 Subject: [PATCH] Prepare to publish at PyPI --- requirements.txt | 2 -- setup.cfg | 1 - 2 files changed, 3 deletions(-) diff --git a/requirements.txt b/requirements.txt index a93f011..5d2aba7 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,3 +1 @@ ---trusted-host phdru.name ---find-links=http://phdru.name/Software/Python/ --install-option=-O2 diff --git a/setup.cfg b/setup.cfg index 56a3566..d4199d8 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,4 @@ [easy_install] -find_links = http://phdru.name/Software/Python/ optimize = 2 [egg_info] -- 2.39.2