[Python-modules-commits] [python-softlayer] 02/05: Rename launcher script to avoid namespace conflicts.
Scott Kitterman
kitterman at moszumanska.debian.org
Tue Nov 8 13:22:11 UTC 2016
This is an automated email from the git hooks/post-receive script.
kitterman pushed a commit to branch master
in repository python-softlayer.
commit f644a815247be883e8b0b88e4a24c0a12e8a408a
Author: Alessio Treglia <alessio at debian.org>
Date: Thu Oct 8 13:09:37 2015 -0700
Rename launcher script to avoid namespace conflicts.
Forwarded: not-needed
Patch-Name: 1001-rename_sl.patch
---
setup.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/setup.py b/setup.py
index 554069b..11a76b0 100644
--- a/setup.py
+++ b/setup.py
@@ -26,7 +26,7 @@ setup(
entry_points={
'console_scripts': [
'slcli = SoftLayer.CLI.core:main',
- 'sl = SoftLayer.CLI.deprecated:main',
+ 'SL = SoftLayer.CLI.deprecated:main',
],
},
install_requires=[
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/python-softlayer.git
More information about the Python-modules-commits
mailing list