File tree Expand file tree Collapse file tree 2 files changed +3
-13
lines changed Expand file tree Collapse file tree 2 files changed +3
-13
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 5
5
from setuptools import setup , find_packages
6
6
# pylint: disable=inconsistent-return-statements
7
7
8
- DESCRIPTION = "A library for SoftLayer's IMS API"
8
+ DESCRIPTION = "A library for SoftLayer's API"
9
9
10
10
if os .path .exists ('README.rst' ):
11
11
with codecs .open ('README.rst' , 'r' , 'utf-8' ) as readme_file :
14
14
LONG_DESCRIPTION = DESCRIPTION
15
15
16
16
setup (
17
- name = 'SoftLayer-Internal ' ,
17
+ name = 'SoftLayer' ,
18
18
version = 'v6.1.11' ,
19
19
description = DESCRIPTION ,
20
20
long_description = LONG_DESCRIPTION ,
24
24
packages = find_packages (exclude = ['tests' ]),
25
25
license = 'MIT' ,
26
26
zip_safe = False ,
27
- url = 'https://github.ibm. com/SoftLayer/internal- softlayer-cli ' ,
27
+ url = 'https://github.com/SoftLayer/softlayer-python ' ,
28
28
entry_points = {
29
29
'console_scripts' : [
30
30
'islcli = SoftLayer.CLI.core:main' ,
You can’t perform that action at this time.
0 commit comments