From d337865f484ddc9aa3dda8628d845685e2a20c5d Mon Sep 17 00:00:00 2001 From: Jakub Warmuz Date: Sat, 26 Sep 2015 10:54:24 +0000 Subject: [PATCH] add missing pkg_resources comment --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 8f743d4da..b43365a98 100644 --- a/setup.py +++ b/setup.py @@ -42,7 +42,7 @@ install_requires = [ 'python2-pythondialog>=3.2.2rc1', # Debian squeeze support, cf. #280 'pytz', 'requests', - 'setuptools', + 'setuptools', # pkg_resources 'zope.component', 'zope.interface', ]