forked from smartsnow/mdev
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsetup.cfg
More file actions
82 lines (76 loc) · 2 KB
/
Copy pathsetup.cfg
File metadata and controls
82 lines (76 loc) · 2 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
[metadata]
name = mdev
version = 0.4.3
author = Snow Yang
author_email = snowyang.iot@outlook.com
description = Tool for build MXOS application.
long_description = file: README.md
long_description_content_type = text/markdown
url = https://github.com/smartsnow/mdev
project_urls =
Bug Tracker = https://github.com/smartsnow/mdev/issues
classifiers =
Programming Language :: Python :: 3
License :: OSI Approved :: MIT License
Operating System :: OS Independent
[options]
include_package_data = True
package_dir =
= src
packages = find:
python_requires = >=3.6
install_requires =
rich
click
requests
colorama
tqdm
kconfiglib
[options.packages.find]
where = src
[options.package_data]
* =
templates/.gitignore
templates/.mdev
templates/CMakeLists.txt
templates/Kconfig
templates/app/CMakeLists.txt
templates/app/main.c
templates/app/mxos_config.h
mflash/interface/swj-dp.tcl
mflash/interface/jlink_swd.cfg
mflash/interface/mxlink.cfg
mflash/openocd/osx/libusb-0.1.4.dylib
mflash/openocd/osx/openocd_mxos_run
mflash/openocd/osx/openocd_mxos_dirname
mflash/openocd/osx/openocd_mxos
mflash/openocd/osx/libusb-1.0.0.dylib
mflash/openocd/osx/libftdi1.2.dylib
mflash/openocd/osx/libhidapi.0.dylib
mflash/openocd/win/libusb-0-1-4.dll
mflash/openocd/win/libusb-1.0.dll
mflash/openocd/win/libhidapi-0.dll
mflash/openocd/win/openocd_mxos.exe
mflash/openocd/win/libftdi1.dll
mflash/targets/mx1270.cfg
mflash/targets/mx1290.cfg
mflash/targets/mx1300.cfg
mflash/targets/mx1310.cfg
mflash/targets/mx1350.cfg
mflash/targets/rtl8762c.cfg
mflash/targets/rtl8710ec.cfg
mflash/flashloader/ramcode/mx1270.elf
mflash/flashloader/ramcode/mx1290.elf
mflash/flashloader/ramcode/mx1300.elf
mflash/flashloader/ramcode/mx1310.elf
mflash/flashloader/ramcode/mx1350.elf
mflash/flashloader/ramcode/rtl8762c.elf
mflash/flashloader/ramcode/rtl8710ec.elf
mflash/flashloader/scripts/cmd.tcl
mflash/flashloader/scripts/flash.tcl
[options.entry_points]
console_scripts =
mdev = mdev.main:main
[egg_info]
tag_build =
tag_date = 0