add missing pkg_resources comment

This commit is contained in:
Jakub Warmuz
2015-09-26 10:54:24 +00:00
parent 08c0c4aeba
commit d337865f48
+1 -1
View File
@@ -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',
]