-
Notifications
You must be signed in to change notification settings - Fork 1
/
setup.cfg
45 lines (43 loc) · 1.54 KB
/
setup.cfg
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
[metadata]
name = pyocd-pemicro
description = PyOCD debug probe plugin for PEMicro debug probes
long_description = file: README.md
long_description_content_type = text/markdown
maintainer = Petr Gargulak, Chris Reed
maintainer_email = [email protected], [email protected]
url = https://github.com/pyocd/pyocd-pemicro
download_url = https://pypi.org/project/pyocd-pemicro/
keywords = PEMicro PyPEMicro PyOCD Plugin
platforms = Windows, Linux, macOS, BSD
license = BSD-3-Clause
classifiers =
Programming Language :: Python :: 3.7
Programming Language :: Python :: 3.8
Programming Language :: Python :: 3.9
Programming Language :: Python :: 3.10
Programming Language :: Python :: 3.11
Operating System :: MacOS :: MacOS X
Operating System :: Microsoft :: Windows
Operating System :: POSIX :: Linux
Operating System :: POSIX :: BSD
License :: OSI Approved :: BSD License
Topic :: Scientific/Engineering
Topic :: Software Development
Topic :: Software Development :: Debuggers
Topic :: Software Development :: Embedded Systems
Topic :: System :: Hardware
Topic :: Utilities
project_urls =
Documentation = https://pyocd.io/docs
Issues = https://github.com/pyocd/pyocd-pemicro/issues
Discussions = https://github.com/pyocd/pyOCD/discussions
Releases = https://github.com/pyocd/pyocd-pemicro/releases
[options]
zip_safe = True
packages = find:
python_requires = >=3.7.0
install_requires =
pypemicro>=0.1.11
[options.entry_points]
pyocd.probe =
pemicro = pyocd_pemicro:PEMicroProbePlugin