From 0c108a879b7de12ec992255d55b24b4b2b7b049f Mon Sep 17 00:00:00 2001 From: Scoder12 <34356756+Scoder12@users.noreply.github.com> Date: Tue, 28 Jul 2020 12:30:16 -0700 Subject: [PATCH] Update package metadata Fix stale description, add mat as primary author (because they own the package), add documentation link --- pyproject.toml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 05f876c..319c7f7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,12 +1,13 @@ [tool.poetry] name = "replit" version = "0.3.0" -description = "Interface with repl.it database" -authors = ["Scoder12 ", "AllAwesome497"] +description = "A library for interacting with features of repl.it" +authors = ["mat ", "Scoder12 ", "AllAwesome497"] license = "MIT" readme = "README.md" repository = "https://github.com/replit/replit-py" homepage = "https://github.com/replit/replit-py" +documentation = "https://replit-python-docs.scoder12.repl.co" [tool.poetry.dependencies] python = "^3.8"