From ada27a855934588cf753f8712bd72d41eadb1058 Mon Sep 17 00:00:00 2001 From: Ned Batchelder Date: Sun, 1 Sep 2019 18:20:32 -0400 Subject: No need for format indexes (mostly) --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'setup.py') diff --git a/setup.py b/setup.py index a964412c..b1d086be 100644 --- a/setup.py +++ b/setup.py @@ -98,7 +98,7 @@ setup_args = dict( # We need to get HTML assets from our htmlfiles directory. zip_safe=False, - author='Ned Batchelder and {0} others'.format(num_others), + author='Ned Batchelder and {} others'.format(num_others), author_email='ned@nedbatchelder.com', description=doc, long_description=long_description, -- cgit v1.2.1