[Python-modules-commits] [python-softlayer] 01/02: Rename launcher script to avoid namespace conflicts.

Scott Kitterman kitterman at moszumanska.debian.org
Thu Jan 18 23:45:04 UTC 2018


This is an automated email from the git hooks/post-receive script.

kitterman pushed a commit to branch patch-queue/debian/master
in repository python-softlayer.

commit d92919d4633e1331a1f377c22bd0ff0385d55ec2
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 91955a8..15756d9 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