From 9643ebe5666cfba5b5a9e8a8efd2ce2a8c9b3b72 Mon Sep 17 00:00:00 2001 From: Chris McDonough Date: Fri, 5 Nov 2010 00:12:26 -0400 Subject: get rid of a dependency on pkginfo --- setup.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'setup.py') diff --git a/setup.py b/setup.py index 820c622f1..eac0dc051 100644 --- a/setup.py +++ b/setup.py @@ -48,8 +48,7 @@ if platform.system() == 'Java': tests_require = install_requires + ['twill'] else: tests_require= install_requires + ['Sphinx', 'docutils', 'coverage', - 'twill', 'repoze.sphinx.autointerface', - 'pkginfo'] + 'twill', 'repoze.sphinx.autointerface'] if sys.version_info[:2] < (2, 6): install_requires.append('simplejson') -- cgit v1.2.3