Skip to content

Commit

Permalink
Add py.typed marker (#96)
Browse files Browse the repository at this point in the history
  • Loading branch information
hoodmane committed Jan 28, 2024
1 parent 79c08dc commit 4210bf6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Empty file added micropip/py.typed
Empty file.
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name = "micropip"
authors = [
{ name="Pyodide developers"},
]
description = "A lightweight Python package installer for the web "
description = "A lightweight Python package installer for the web"
readme = "README.md"
license = { file="LICENSE" }
requires-python = ">=3.10"
Expand All @@ -19,6 +19,7 @@ test = [
"pytest-httpserver",
"pytest-pyodide",
"pytest-cov",
"pytest<8.0.0",
"build==0.7.0",
]

Expand Down

0 comments on commit 4210bf6

Please sign in to comment.