diff --git a/pyproject.toml b/pyproject.toml index 36fdc5f..589f5f7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,8 +1,11 @@ [tool.poetry] name = "ergast-py" -version = "0.1.0" -description = "A comprehensive Python wrapper for the Ergast API. Available at: https://github.com/Samuel-Roach/ergast-py" +version = "0.2.0" +description = "A comprehensive Python wrapper for the Ergast API." authors = ["Samuel Roach "] +repository = "https://github.com/Samuel-Roach/ergast-py" +license = "GPL-3.0-only" +readme = "README.md" [tool.poetry.dependencies] python = "^3.10"