Skip to content

Commit

Permalink
chore: remove easy_install instructions
Browse files Browse the repository at this point in the history
Everyone uses `pip` these days
  • Loading branch information
jeffwidman committed Jul 24, 2017
1 parent 83b9f94 commit 6e6627d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion docs/install.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
Installing
==========

kazoo can be installed via ``pip`` or ``easy_install``:
kazoo can be installed via ``pip``:

.. code-block:: bash
Expand Down
2 changes: 0 additions & 2 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@ release = clean_egg_info sdist bdist_wheel
[bdist_wheel]
universal = 1

[easy_install]

[egg_info]
tag_build = dev

Expand Down

0 comments on commit 6e6627d

Please sign in to comment.