diff --git a/pyproject.toml b/pyproject.toml index b8dce63..6f67fd4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -8,6 +8,7 @@ packages = [ { include = "writegithubstat", from = "src" }, ] version = "0.1.1" +readme = "README.md" description = "write-githubstat makes it easy to collect, filter and save github statistics to csv files." license = "Apache 2.0" authors = ["David Vegh "]