Skip to content

Commit

Permalink
Update pyproject.toml.
Browse files Browse the repository at this point in the history
  • Loading branch information
benjaminrwilson committed Feb 28, 2024
1 parent 36db926 commit 72eb8a8
Showing 1 changed file with 14 additions and 29 deletions.
43 changes: 14 additions & 29 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down Expand Up @@ -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"
Expand All @@ -79,9 +66,7 @@ features = ["pyo3/extension-module"]
module-name = "av2._r"

[tool.ruff]
select = [
"D",
]
select = ["D"]

[tool.ruff.pydocstyle]
convention = "google"
Expand Down

0 comments on commit 72eb8a8

Please sign in to comment.