From 3f521b3c26735d8d0c2b58181f614b3a9faef1ca Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=A3o=20Paulo=20Carvalho?= Date: Fri, 2 Aug 2024 10:57:59 -0300 Subject: [PATCH] chore - adding docs link in pyproject toml --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index 9441c4f..685935b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,6 +4,7 @@ version = "0.1.0" description = "A simple to use abstraction over Selenium" authors = ["João Paulo Carvalho "] repository = "https://github.com/jjpaulo2/fastrpa" +documentation = "https://jjpaulo2.github.io/fastrpa" readme = "README.md" include = [ { path = "fastrpa", format = ["sdist", "wheel"] },