From 8df33cb4b4f7142e79522fdacfe0aa5f9930f920 Mon Sep 17 00:00:00 2001 From: Alexander Urban Date: Fri, 8 Mar 2019 14:32:34 -0600 Subject: [PATCH] Fix a bug/typo in the setup.cfg file --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index 97e975e..6703595 100644 --- a/setup.cfg +++ b/setup.cfg @@ -50,7 +50,7 @@ install_requires = numpy >=1.10 pykerberos scipy - pygments + pygments tests_require = pytest >=3.0.0 mock ; python_version < '3'