Skip to content

Commit 52725d8

Browse files
fixed setup.py
1 parent dd77597 commit 52725d8

File tree

2 files changed

+3
-13
lines changed

2 files changed

+3
-13
lines changed

islcli

Lines changed: 0 additions & 10 deletions
This file was deleted.

setup.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
from setuptools import setup, find_packages
66
# pylint: disable=inconsistent-return-statements
77

8-
DESCRIPTION = "A library for SoftLayer's IMS API"
8+
DESCRIPTION = "A library for SoftLayer's API"
99

1010
if os.path.exists('README.rst'):
1111
with codecs.open('README.rst', 'r', 'utf-8') as readme_file:
@@ -14,7 +14,7 @@
1414
LONG_DESCRIPTION = DESCRIPTION
1515

1616
setup(
17-
name='SoftLayer-Internal',
17+
name='SoftLayer',
1818
version='v6.1.11',
1919
description=DESCRIPTION,
2020
long_description=LONG_DESCRIPTION,
@@ -24,7 +24,7 @@
2424
packages=find_packages(exclude=['tests']),
2525
license='MIT',
2626
zip_safe=False,
27-
url='https://github.ibm.com/SoftLayer/internal-softlayer-cli',
27+
url='https://github.com/SoftLayer/softlayer-python',
2828
entry_points={
2929
'console_scripts': [
3030
'islcli = SoftLayer.CLI.core:main',

0 commit comments

Comments
 (0)