From 531ddad8f5f6daa6f4dcc45dd6db6656605243ce Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sybren=20A=2E=20St=C3=BCvel?= Date: Wed, 21 Feb 2018 13:51:01 +0100 Subject: [PATCH] Formatting --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index 535bc87..7b5139b 100755 --- a/setup.py +++ b/setup.py @@ -175,12 +175,12 @@ class BlenderAddonFdist(BlenderAddonBdist): """Ensures that 'python setup.py fdist' creates a plain folder structure.""" user_options = [ - ('dest-path=', None, 'addon installation path'), + ('dest-path=', None, 'addon installation path'), ] def initialize_options(self): super().initialize_options() - self.dest_path = None # path that will contain the addon + self.dest_path = None # path that will contain the addon def run(self): super().run()