mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Add docstring to setup.py to clean pylint output
This commit is contained in:
parent
03f7e3e910
commit
ea36924bfd
1 changed files with 3 additions and 0 deletions
3
setup.py
3
setup.py
|
@ -1,4 +1,7 @@
|
||||||
#!/usr/bin/python2
|
#!/usr/bin/python2
|
||||||
|
'''
|
||||||
|
The setup script for salt
|
||||||
|
'''
|
||||||
|
|
||||||
from distutils.core import setup
|
from distutils.core import setup
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue