diff --git a/pyproject.toml b/pyproject.toml index 4e8c7fac..ba990f51 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -3,13 +3,16 @@ name = "supervision" version = "0.24.0rc1" description = "A set of easy-to-use utils that will come in handy in any Computer Vision project" authors = ["Piotr Skalski "] -maintainers = ["Piotr Skalski "] +maintainers = [ + "Piotr Skalski ", + "Linas Kondrackis ", +] readme = "README.md" license = "MIT" packages = [{ include = "supervision" }] homepage = "https://github.com/roboflow/supervision" repository = "https://github.com/roboflow/supervision" -documentation = "https://github.com/roboflow/supervision/blob/main/README.md" +documentation = "https://supervision.roboflow.com/latest/" keywords = [ "machine-learning", "deep-learning", @@ -146,7 +149,7 @@ indent-width = 4 [tool.ruff.lint] # Enable pycodestyle (`E`) and Pyflakes (`F`) codes by default. -select = ["E", "F", "I", "A", "Q", "W","RUF"] +select = ["E", "F", "I", "A", "Q", "W", "RUF"] ignore = [] # Allow autofix for all enabled rules (when `--fix`) is provided. fixable = [