Skip to content

Commit be29028

Browse files
committed
Add link to repository and README
1 parent 5dbb79a commit be29028

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

pyproject.toml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,12 @@ build-backend = "poetry.core.masonry.api"
44

55
[tool.poetry]
66
name = "pyscript-cli"
7-
version = "0.1.1"
7+
version = "0.1.2"
88
description = "Command Line Interface for PyScript"
99
authors = ["Matt Kramer <mkramer@anaconda.com>"]
1010
license = "MIT"
11+
repository = "https://github.com/mattkram/pyscript-cli"
12+
readme = "README.md"
1113
packages = [
1214
{ include = "pyscript", from = "src" },
1315
]

0 commit comments

Comments
 (0)