diff --git a/pyproject.toml b/pyproject.toml index 02613f00..c8767375 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -3,8 +3,6 @@ requires = ["maturin>=0.14,<0.15"] build-backend = "maturin" [project] -author = "Argoverse" -license = {file = "LICENSE"} name = "av2" requires-python = ">=3.8" classifiers = [ @@ -33,6 +31,18 @@ dependencies = [ "universal_pathlib", ] +dynamic = [ + "authors", + "description", + "license", + "readme", + "version" +] + +[project.urls] +homepage = "argoverse.org" +repository = "https://github.com/argoverse/av2-api" + [tool.maturin] features = ["pyo3/extension-module"] diff --git a/setup.cfg b/setup.cfg index a46f1a4f..74eb76ba 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,18 +1,3 @@ -[metadata] -author = Argo AI -author_email = argoverse-api@argo.ai -description_file = README.md -license = MIT -name = av2 -url = https://github.com/argoai/av2-api -version = attr: av2.__version__ -long_description = file: README.md -long_description_content_type = text/markdown - -[options] -zip_safe = False -include_package_data = True - [flake8] enable_extensions = G exclude = build,.nox,.pytype