summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py2
1 files changed, 1 insertions, 1 deletions
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,