mirror of
https://github.com/pybricks/pybricks-api.git
synced 2026-09-15 11:04:55 +00:00
v2.0.0.post1
This commit is contained in:
@@ -11,7 +11,7 @@ jobs:
|
||||
runs-on: ubuntu-latest
|
||||
strategy:
|
||||
matrix:
|
||||
python-version: [3.5, 3.6, 3.7, 3.8]
|
||||
python-version: [3.8, 3.9]
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
|
||||
+3
-4
@@ -1,16 +1,15 @@
|
||||
[tool.poetry]
|
||||
name = "pybricks"
|
||||
version = "2.0.0"
|
||||
version = "2.0.0.post1"
|
||||
description = "Documentation and user-API stubs for Pybricks MicroPython"
|
||||
authors = ["The Pybricks Authors <dev@pybricks.com>"]
|
||||
maintainers = ["Laurens Valk <laurens@pybricks.com>", "David Lechner <david@pybricks.com>" ]
|
||||
license = "MIT"
|
||||
readme = "README.rst"
|
||||
homepage = "https://pybricks.com"
|
||||
repository = "https://github.com/pybricks/pybricks-api"
|
||||
documentation = "https://docs.pybricks.com"
|
||||
repository = "https://github.com/pybricks/pybricks-api/tree/v2"
|
||||
documentation = "https://pybricks.github.io/ev3-micropython/"
|
||||
classifiers = [
|
||||
"Development Status :: 3 - Alpha",
|
||||
"Programming Language :: Python :: Implementation :: MicroPython",
|
||||
]
|
||||
include = ["pybricks/py.typed"]
|
||||
|
||||
Reference in New Issue
Block a user