We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5dbb79a commit be29028Copy full SHA for be29028
pyproject.toml
@@ -4,10 +4,12 @@ build-backend = "poetry.core.masonry.api"
4
5
[tool.poetry]
6
name = "pyscript-cli"
7
-version = "0.1.1"
+version = "0.1.2"
8
description = "Command Line Interface for PyScript"
9
authors = ["Matt Kramer <mkramer@anaconda.com>"]
10
license = "MIT"
11
+repository = "https://github.com/mattkram/pyscript-cli"
12
+readme = "README.md"
13
packages = [
14
{ include = "pyscript", from = "src" },
15
]
0 commit comments