Formatting

This commit is contained in:
Sybren A. Stüvel 2018-02-21 13:51:01 +01:00
parent 7e0dd0384d
commit 531ddad8f5

View File

@ -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()