mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-27 15:11:23 -07:00
Parenthesis mean we can get rid of line continuation markers
This commit is contained in:
parent
87faced179
commit
9095e97c6a
1 changed files with 3 additions and 2 deletions
5
setup.py
5
setup.py
|
@ -9,8 +9,9 @@ from ansible import __version__, __author__
|
||||||
try:
|
try:
|
||||||
from setuptools import setup, find_packages
|
from setuptools import setup, find_packages
|
||||||
except ImportError:
|
except ImportError:
|
||||||
print("Ansible now needs setuptools in order to build. " \
|
print("Ansible now needs setuptools in order to build. Install it using"
|
||||||
"Install it using your package manager (usually python-setuptools) or via pip (pip install setuptools).")
|
" your package manager (usually python-setuptools) or via pip (pip"
|
||||||
|
" install setuptools).")
|
||||||
sys.exit(1)
|
sys.exit(1)
|
||||||
|
|
||||||
setup(name='ansible',
|
setup(name='ansible',
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue