From b3c8723313f8b871ca461a1dfd6853227f4413ad Mon Sep 17 00:00:00 2001 From: Simon Forman Date: Tue, 19 May 2020 14:27:18 -0700 Subject: [PATCH] Yes, tabs. --- setup.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/setup.py b/setup.py index 64a0248..4c6d053 100755 --- a/setup.py +++ b/setup.py @@ -40,15 +40,15 @@ setup( classifiers=[ 'Development Status :: 4 - Beta', 'License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)', - 'Programming Language :: Python :: 3', + 'Programming Language :: Python :: 3', 'Programming Language :: Other', 'Topic :: Software Development :: Interpreters', ], - extras_require={ - 'build-docs': [ + extras_require={ + 'build-docs': [ 'sphinx', 'ipython', 'nbconvert', ], - } + } )