summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeff Widman <jeff@jeffwidman.com>2017-07-23 22:07:41 -0600
committerJeff Widman <jeff@jeffwidman.com>2017-07-23 23:11:37 -0600
commit6e6627d58628dec11d127fc5508f9a1d16e9c317 (patch)
tree4f6337ab386d1ace8aad0fa0255a7c8ef64e5122
parent83b9f94e32594516a65cd90fcf4fc16a02156467 (diff)
downloadkazoo-jeffwidman-remove-easy-install.tar.gz
chore: remove `easy_install` instructionsjeffwidman-remove-easy-install
Everyone uses `pip` these days
-rw-r--r--docs/install.rst2
-rw-r--r--setup.cfg2
2 files changed, 1 insertions, 3 deletions
diff --git a/docs/install.rst b/docs/install.rst
index 6991042..cf0afe6 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 9471c60..abc25f7 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