Skip to content

Commit 02711de

Browse files
committed
Update setup.py
Update setup.py 'url' field
1 parent f48b267 commit 02711de

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

setup.py

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
from distutils.core import setup
1313
from setuptools import find_packages
1414

15-
DESCRIPTION = "Command line tools used to detect connected mbed-enabled devices. See http://mbed.org for details"
15+
DESCRIPTION = "mbed-ls is a Python module that detects and lists mbed-enabled devices connected to the host computer"
1616
OWNER_NAMES = 'Przemyslaw Wirkus, Johan Seferidis'
1717
1818

@@ -21,7 +21,6 @@
2121
def read(fname):
2222
return open(os.path.join(os.path.dirname(__file__), fname)).read()
2323

24-
2524
setup(name='mbed-ls',
2625
version='0.1.17',
2726
description=DESCRIPTION,
@@ -30,7 +29,7 @@ def read(fname):
3029
author_email=OWNER_EMAILS,
3130
maintainer=OWNER_NAMES,
3231
maintainer_email=OWNER_EMAILS,
33-
url='https://github.com/mbedmicro/mbed',
32+
url='https://github.com/ARMmbed/mbed-ls',
3433
packages=find_packages(),
3534
license="Apache-2.0",
3635
test_suite = 'test',

0 commit comments

Comments
 (0)