-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathsetup.cfg
50 lines (47 loc) · 1.41 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
46
47
48
49
50
[metadata]
name = jacdac-python
description = Python client package for Jacdac
license = MIT
long_description = file: jacdac/README.md
long_description_content_type = text/markdown
keyboards=
jacdac
embedded
microcontroller
sensor
raspberrypi
author = Microsoft Corporation
url = https://microsoft.github.io/jacdac-docs/clients/python/
project_urls =
Bug Tracker = https://github.com/microsoft/jacdac/issues
Discussions = https://github.com/microsoft/jacdac/discussions
classifiers=
Intended Audience :: Developers
Intended Audience :: Education
Intended Audience :: Science/Research
License :: OSI Approved :: MIT License
Operating System :: Unix
Operating System :: POSIX
Operating System :: Microsoft :: Windows
Programming Language :: Python
Programming Language :: Python :: 3
Programming Language :: Python :: 3.7
Programming Language :: Python :: 3.8
Programming Language :: Python :: 3.9
Programming Language :: Python :: Implementation :: CPython
Programming Language :: Python :: Implementation :: PyPy
Topic :: System :: Hardware
Topic :: Software Development :: Embedded Systems
[semantic_release]
version_variable = jacdac/constants.py:JD_VERSION
branch = main
python_requires = >=3.7
[options]
install_requires =
websocket-client
websockets
requests
[options.extras_require]
pi = spidev
serial = pyserial
spi = spidev