From e555dffc0c5cbb07fa18754d526706e4b829b2b5 Mon Sep 17 00:00:00 2001 From: "Alinson S. Xavier" Date: Thu, 26 Oct 2023 13:09:16 -0500 Subject: [PATCH] Reformat source code --- setup.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/setup.py b/setup.py index 2ca2859..3eb3c5d 100644 --- a/setup.py +++ b/setup.py @@ -37,8 +37,7 @@ setup( "pytest>=7,<8", "sphinx-book-theme==0.1.0", "sphinx-multitoc-numbering>=0.1,<0.2", - "twine>=4,<5" + "twine>=4,<5", ] }, - )