From 977d7f3ca11abe51ae778ffec363b397408171d5 Mon Sep 17 00:00:00 2001 From: Sean Kavanagh Date: Mon, 19 Feb 2024 22:16:53 +0000 Subject: [PATCH] =?UTF-8?q?Fix=20typo=20=F0=9F=98=85?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 7827009..3ded35e 100644 --- a/setup.py +++ b/setup.py @@ -47,7 +47,7 @@ extras_require={ "tests": [ "pytest>=7.1.3", - "pytest-mpl>=0.16.", + "pytest-mpl>=0.16", "monty", "pathlib", ],