mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Add ifmain to make setup.py import safe
This commit is contained in:
parent
9bf2e74454
commit
44234ff2bd
1 changed files with 2 additions and 1 deletions
3
setup.py
3
setup.py
|
@ -199,4 +199,5 @@ else:
|
|||
'scripts/salt-run',
|
||||
'scripts/salt']
|
||||
|
||||
setup(**setup_kwargs)
|
||||
if __name__ == '__main__':
|
||||
setup(**setup_kwargs)
|
||||
|
|
Loading…
Add table
Reference in a new issue