From ae5f523cc2cd2dcab19c4c6d1a11a2dd97f841ec Mon Sep 17 00:00:00 2001 From: Joseph Hale Date: Sat, 9 Nov 2024 23:12:40 -0700 Subject: [PATCH] doc: Add README to PyPI listing --- pyproject.toml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 789845a..9b982ef 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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 "] 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"