diff --git a/pyproject.toml b/pyproject.toml index f6a1266..aea0bc9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -3,6 +3,9 @@ name = "inferfuzzy" version = "0.1.0" description = "Fuzzy Inference System in Python" authors = ["leynier "] +homepage = https://github.com/leynier/inferfuzzy +repository = https://github.com/leynier/inferfuzzy +documentation = https://github.com/leynier/inferfuzzy readme = "README.md" license = "MIT"