From 6202ac249f36be4b5ee29362b0064cddd5026474 Mon Sep 17 00:00:00 2001 From: Thomas Fillon Date: Mon, 29 Sep 2014 11:04:18 +0200 Subject: [PATCH] fix(setup): fix typo --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index a123e9e..80fd558 100755 --- a/setup.py +++ b/setup.py @@ -62,7 +62,7 @@ setup( 'py_sonicvisualiser', 'pyannote.core', 'pyannote.features', - 'traits' + 'traits', 'networkx' ], -- 2.39.5