Skip to content

Commit be39bc2

Browse files
documentation updates
1 parent 5c09253 commit be39bc2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/cli/login.rst

Whitespace-only changes.

setup.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
url='https://github.com/SoftLayer/softlayer-python',
2828
entry_points={
2929
'console_scripts': [
30-
'islcli = SoftLayer.CLI.core:main',
30+
'slcli = SoftLayer.CLI.core:main',
3131
],
3232
},
3333
python_requires='>=3.7',
@@ -40,7 +40,7 @@
4040
'urllib3 >= 1.24',
4141
'rich == 13.7.1'
4242
],
43-
keywords=['islcli'],
43+
keywords=['softlayer', 'cloud', 'slcli', 'ibmcloud'],
4444
classifiers=[
4545
'Environment :: Console',
4646
'Environment :: Web Environment',

0 commit comments

Comments
 (0)