File tree Expand file tree Collapse file tree 1 file changed +10
-10
lines changed Expand file tree Collapse file tree 1 file changed +10
-10
lines changed Original file line number Diff line number Diff line change 28
28
from setuptools import find_packages
29
29
30
30
DESCRIPTION = "mbed tools used to flash, reset and supervise test execution for mbed-enabled devices"
31
- OWNER_NAMES = 'Przemyslaw Wirkus, Azim Khan, Stefan Gutmann '
32
- OWNER_EMAILS = 'Przemyslaw.Wirkus @arm.com, [email protected] , Stefan.Gutmann @arm.com'
31
+ OWNER_NAMES = 'Jimmy Brisson, Brian Daniels '
32
+ OWNER_EMAILS = 'Jimmy.Brisson @arm.com, Brian.Daniels @arm.com'
33
33
34
34
35
35
# Utility function to cat in a file (used for the README)
@@ -45,7 +45,7 @@ def read(fname):
45
45
author_email = OWNER_EMAILS ,
46
46
maintainer = OWNER_NAMES ,
47
47
maintainer_email = OWNER_EMAILS ,
48
- url = 'https://github.com/ARMmbed/htrun ' ,
48
+ url = 'https://github.com/ARMmbed/mbed-os-tools ' ,
49
49
packages = find_packages (),
50
50
license = "Apache-2.0" ,
51
51
test_suite = 'test' ,
@@ -54,10 +54,10 @@ def read(fname):
54
54
["mbedhtrun=mbed_host_tests.mbedhtrun:main" ,
55
55
"mbedflsh=mbed_host_tests.mbedflsh:main" ],
56
56
},
57
- install_requires = ["PySerial>=3.0" ,
58
- "PrettyTable>=0.7.2" ,
59
- "requests" ,
60
- "mbed-ls>=1.0.0" ,
61
- "pyocd>=0.14.0" ,
62
- "intelhex" ,
63
- "future" ] )
57
+ install_requires = [
58
+ "mbed-os-tools==0.0.1"
59
+ ] ,
60
+ test_requires = [
61
+ "mock>=2"
62
+ ]
63
+ )
You can’t perform that action at this time.
0 commit comments