Formatting
This commit is contained in:
parent
7e0dd0384d
commit
531ddad8f5
4
setup.py
4
setup.py
@ -175,12 +175,12 @@ class BlenderAddonFdist(BlenderAddonBdist):
|
|||||||
"""Ensures that 'python setup.py fdist' creates a plain folder structure."""
|
"""Ensures that 'python setup.py fdist' creates a plain folder structure."""
|
||||||
|
|
||||||
user_options = [
|
user_options = [
|
||||||
('dest-path=', None, 'addon installation path'),
|
('dest-path=', None, 'addon installation path'),
|
||||||
]
|
]
|
||||||
|
|
||||||
def initialize_options(self):
|
def initialize_options(self):
|
||||||
super().initialize_options()
|
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):
|
def run(self):
|
||||||
super().run()
|
super().run()
|
||||||
|
Reference in New Issue
Block a user