jacdac-python/setup.cfg

46 строки
1.4 KiB
INI
Исходник Обычный вид История

2021-11-16 04:09:25 +03:00
[metadata]
name = jacdac-python
2021-11-16 04:09:25 +03:00
description = Python client package for Microsoft Jacdac
license = MIT
long_description = file: jacdac/README.md
long_description_content_type = text/markdown
2021-11-16 04:09:25 +03:00
keyboards=
jacdac
embedded
microcontroller
sensor
author = Microsoft Corporation
url = https://microsoft.github.io/jacdac-docs/clients/python/
project_urls =
2021-11-16 04:19:26 +03:00
Bug Tracker = https://github.com/microsoft/jacdac/issues
Discussions = https://github.com/microsoft/jacdac/discussions
2021-11-16 04:09:25 +03:00
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.5
Programming Language :: Python :: 3.6
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
2021-11-15 21:29:53 +03:00
[semantic_release]
2021-11-16 03:38:55 +03:00
version_variable = setup.py:__version__
2021-11-15 21:29:53 +03:00
branch = main
python_requires = >=3.6
2021-11-15 21:29:53 +03:00
2021-11-15 19:34:33 +03:00
[options]
packages = jacdac
install_requires =
2021-11-16 02:46:14 +03:00
pyserial