From 72eb8a829cb5ecd92cd375c10c68de96e05e1ca7 Mon Sep 17 00:00:00 2001 From: Benjamin Wilson Date: Wed, 28 Feb 2024 08:14:28 -0800 Subject: [PATCH] Update pyproject.toml. --- pyproject.toml | 43 ++++++++++++++----------------------------- 1 file changed, 14 insertions(+), 29 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 9fe9be79..42381173 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -8,16 +8,16 @@ description = "Argoverse 2: Next generation datasets for self-driving perception requires-python = ">=3.8" license = { file = "LICENSE" } keywords = [ - "argoverse", - "argoverse2", - "autonomous-driving", - "av1", - "av2", - "3d-object-detection", - "3d-scene-flow", - "4d-occupancy-forecasting", - "e2e-forecasting", - "motion-forecasting", + "argoverse", + "argoverse2", + "autonomous-driving", + "av1", + "av2", + "3d-object-detection", + "3d-scene-flow", + "4d-occupancy-forecasting", + "e2e-forecasting", + "motion-forecasting", ] classifiers = [ "License :: OSI Approved :: MIT License", @@ -51,24 +51,11 @@ dependencies = [ "universal_pathlib", ] -dynamic = [ - "authors", - "version" -] - -readme = "README.md" +dynamic = ["authors", "description", "license", "readme", "version"] [project.optional-dependencies] -lint = [ - "black[jupyter]", - "mypy", - "ruff", -] -test = [ - "pytest", - "pytest-benchmark", - "pytest-cov", -] +lint = ["black[jupyter]", "mypy", "ruff"] +test = ["pytest", "pytest-benchmark", "pytest-cov"] [project.urls] homepage = "https://argoverse.org" @@ -79,9 +66,7 @@ features = ["pyo3/extension-module"] module-name = "av2._r" [tool.ruff] -select = [ - "D", -] +select = ["D"] [tool.ruff.pydocstyle] convention = "google"