From 4a0673918d19c7a12e45720c85b3715c7ff70062 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sybren=20A=2E=20St=C3=BCvel?= Date: Fri, 9 Mar 2018 16:31:01 +0100 Subject: [PATCH] Formatting --- setup.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/setup.py b/setup.py index 2a882ad..a69ebc7 100644 --- a/setup.py +++ b/setup.py @@ -1,10 +1,10 @@ from setuptools import setup import sys -if sys.version_info < (3, 5): - print("Sorry, Python %s is not supported, minimum is Python 3.5" % (sys.version_info, )) - sys.exit(1) +if sys.version_info < (3, 5): + print("Sorry, Python %s is not supported, minimum is Python 3.5" % (sys.version_info,)) + sys.exit(1) setup( name='blender-asset-tracer', @@ -33,7 +33,7 @@ setup( include_package_data=True, package_data={ '': ['*.txt', '*.md'], - }, + }, entry_points={ 'console_scripts': [ 'bat = blender_asset_tracer.cli:cli_main',