From c94c392a2ce3b79fc7261c61686c920ce8e5f8e2 Mon Sep 17 00:00:00 2001 From: Eric Leblond Date: Wed, 14 Oct 2015 10:14:08 +0200 Subject: [PATCH] Fix typo in setup.py --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 1724bbb..18eb3de 100755 --- a/setup.py +++ b/setup.py @@ -11,7 +11,7 @@ packages=['suristats'], package_dir={'suristats':'src'}, provides=['suristats'], - requires=['mathplotlib', 'numpy', 'ipython', 'argparse', 'sqlite3'], + requires=['matplotlib', 'numpy', 'ipython', 'argparse', 'sqlite3'], classifiers=[ 'Development Status :: 3 - Alpha', 'Environment :: Console',