You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
25 lines
683 B
25 lines
683 B
[metadata]
|
|
name = mpremote
|
|
version = 0.3.0
|
|
author = Damien George
|
|
author_email = damien@micropython.org
|
|
description = Tool for interacting remotely with MicroPython
|
|
long_description = file: README.md
|
|
long_description_content_type = text/markdown
|
|
url = https://github.com/micropython/micropython
|
|
project_urls =
|
|
Bug Tracker = https://github.com/micropython/micropython/issues
|
|
classifiers =
|
|
Programming Language :: Python :: 3
|
|
License :: OSI Approved :: MIT License
|
|
Operating System :: OS Independent
|
|
|
|
[options]
|
|
packages = mpremote
|
|
python_requires = >= 3.4
|
|
install_requires =
|
|
pyserial >= 3.3
|
|
|
|
[options.entry_points]
|
|
console_scripts =
|
|
mpremote = mpremote.main:main
|
|
|