Skip to content

Commit

Permalink
docs: update pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
chaychoong committed May 5, 2021
1 parent 87fa905 commit dc90d0e
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,8 +1,11 @@
[tool.poetry]
name = "coveragepy-lcov"
version = "0.1.0"
description = ""
description = "A simple .coverage to LCOV converter"
authors = ["Chay Choong <[email protected]>"]
repository = "https://github.com/chaychoong/coveragepy-lcov"
readme = "README.md"
keywords = ["coverage"]

[tool.poetry.scripts]
coveragepy-lcov = "coveragepy_lcov.cli:main"
Expand Down

0 comments on commit dc90d0e

Please sign in to comment.