Skip to content

Commit dc90d0e

Browse files
committed
docs: update pyproject.toml
1 parent 87fa905 commit dc90d0e

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

pyproject.toml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,11 @@
11
[tool.poetry]
22
name = "coveragepy-lcov"
33
version = "0.1.0"
4-
description = ""
4+
description = "A simple .coverage to LCOV converter"
55
authors = ["Chay Choong <chaychoong@gmail.com>"]
6+
repository = "https://github.com/chaychoong/coveragepy-lcov"
7+
readme = "README.md"
8+
keywords = ["coverage"]
69

710
[tool.poetry.scripts]
811
coveragepy-lcov = "coveragepy_lcov.cli:main"

0 commit comments

Comments
 (0)