File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed
Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change 1212from distutils .core import setup
1313from 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 "
1616OWNER_NAMES = 'Przemyslaw Wirkus, Johan Seferidis'
17171818
2121def read (fname ):
2222 return open (os .path .join (os .path .dirname (__file__ ), fname )).read ()
2323
24-
2524setup (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' ,
You can’t perform that action at this time.
0 commit comments