From 6e6627d58628dec11d127fc5508f9a1d16e9c317 Mon Sep 17 00:00:00 2001 From: Jeff Widman Date: Sun, 23 Jul 2017 22:07:41 -0600 Subject: [PATCH] chore: remove `easy_install` instructions Everyone uses `pip` these days --- docs/install.rst | 2 +- setup.cfg | 2 -- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/docs/install.rst b/docs/install.rst index 6991042d..cf0afe68 100644 --- a/docs/install.rst +++ b/docs/install.rst @@ -4,7 +4,7 @@ Installing ========== -kazoo can be installed via ``pip`` or ``easy_install``: +kazoo can be installed via ``pip``: .. code-block:: bash diff --git a/setup.cfg b/setup.cfg index 9471c607..abc25f73 100644 --- a/setup.cfg +++ b/setup.cfg @@ -5,8 +5,6 @@ release = clean_egg_info sdist bdist_wheel [bdist_wheel] universal = 1 -[easy_install] - [egg_info] tag_build = dev