From c196de621f8e88faa7b8b9fe1ec43cfdd9687576 Mon Sep 17 00:00:00 2001 From: Ilya Etingof Date: Sat, 27 May 2017 09:01:56 +0200 Subject: minor pep8 improvements --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'setup.py') diff --git a/setup.py b/setup.py index 62edc969..fff963a1 100644 --- a/setup.py +++ b/setup.py @@ -41,9 +41,9 @@ def howto_install_setuptools(): print(""" Error: You need setuptools Python package! - It's very easy to install it, just type (as root on Linux): + It's very easy to install it, just type: - wget https://bitbucket.org/pypa/setuptools/raw/bootstrap/ez_setup.py + wget https://bootstrap.pypa.io/ez_setup.py python ez_setup.py Then you could make eggs from this package. -- cgit v1.2.1