From a2c91529a6898aa3956a7e60ad608e0491f00a12 Mon Sep 17 00:00:00 2001 From: Felix Yan Date: Fri, 18 Jul 2014 03:25:59 +0800 Subject: [PATCH] use setuptools instead of distribute in docs --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 8afca58..976d398 100644 --- a/README.rst +++ b/README.rst @@ -12,7 +12,7 @@ DEPENDENCIES ============ - Python, >= 3.3, with sqlite support -- distribute +- setuptools - tornado, > 2.4.1 - pyinotify, tested with 0.9.4