Skip to content

Commit

Permalink
doc: Add README to PyPI listing
Browse files Browse the repository at this point in the history
  • Loading branch information
thehale committed Nov 10, 2024
1 parent 613765f commit ae5f523
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,15 @@

[tool.poetry]
name = "git-authorship"
version = "0.1.1"
version = "0.1.2"
description = "Interactive reports showing who wrote each line of code in your git repository."
authors = ["Joseph Hale <[email protected]>"]
license = "MPL-2.0"
readme = "README.md"
homepage = "https://github.com/thehale/git-authorship"
repository = "https://github.com/thehale/git-authorship"
documentation = "https://github.com/thehale/git-authorship"
keywords = [ "git", "blame", "authorship", "copyright", "relicensing", "SPDX", "SBOM" ]

[tool.poetry.dependencies]
python = "^3.8"
Expand Down

0 comments on commit ae5f523

Please sign in to comment.