Skip to content

Commit c3f7313

Browse files
committed
add micropython-stdlib-stubs
1 parent 4d9e19d commit c3f7313

File tree

23 files changed

+274
-5
lines changed

23 files changed

+274
-5
lines changed
File renamed without changes.
File renamed without changes.

publish/micropython-stdlib-minimal/pyproject.toml renamed to publish/micropython-stdlib-stubs/pyproject.toml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
2-
name = "micropython-stdlib-minimal"
3-
version = "1.0.0"
2+
name = "micropython-stdlib-stubs"
3+
version = "0.9.0"
44
description = "Reduced copy of typeshed's stdlib for use by MicroPython stub packages"
55
authors = ["josverl <[email protected]>"]
66
license = "MIT"
@@ -24,8 +24,8 @@ classifiers = [
2424
]
2525

2626
# Note: anything excluded in .gitignore is not packaged by poetry
27-
packages = [{ include = "stdlib/io.pyi" }]
28-
27+
packages = [{ include = "stdlib/builtins.pyi" }]
28+
micropython-stdlib-stubs = { path = "C:\\develop\\MyPython\\micropython-stubber\\repos\\micropython-stubs\\publish\\micropython-stdlib-minimal" }
2929

3030
[tool.poetry.dependencies]
3131
python = "^3.8"
@@ -35,4 +35,3 @@ python = "^3.8"
3535
[build-system]
3636
requires = ["poetry-core>=1.0.0"]
3737
build-backend = "poetry.core.masonry.api"
38-
build-backend = "poetry.core.masonry.api"
File renamed without changes.

0 commit comments

Comments
 (0)