File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Load Diff This file was deleted.
Original file line number Diff line number Diff line change 55from 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
1010if os .path .exists ('README.rst' ):
1111 with codecs .open ('README.rst' , 'r' , 'utf-8' ) as readme_file :
1414 LONG_DESCRIPTION = DESCRIPTION
1515
1616setup (
17- name = 'SoftLayer-Internal ' ,
17+ name = 'SoftLayer' ,
1818 version = 'v6.1.11' ,
1919 description = DESCRIPTION ,
2020 long_description = LONG_DESCRIPTION ,
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' ,
You can’t perform that action at this time.
0 commit comments