[Python-modules-commits] [python-softlayer] 01/05: Unapply 0001-Rename-launcher-script-to-avoid-namespace-conflicts.patch on master

Scott Kitterman kitterman at moszumanska.debian.org
Thu Jan 18 23:43:20 UTC 2018


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

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

commit 9197d860833e8ee22b91befa4cd75eb62d141b5a
Author: Scott Kitterman <scott at kitterman.com>
Date:   Thu Jan 18 18:28:51 2018 -0500

    Unapply 0001-Rename-launcher-script-to-avoid-namespace-conflicts.patch on master
---
 setup.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/setup.py b/setup.py
index bc39959..fb25224 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