Skip to content

Commit

Permalink
Update maturin metadata. (#133)
Browse files Browse the repository at this point in the history
* Update maturin metadata.

* Update pyproject.toml
  • Loading branch information
benjaminrwilson authored Mar 23, 2023
1 parent 8c03a91 commit 59879ad
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 17 deletions.
14 changes: 12 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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 = [
Expand Down Expand Up @@ -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"]

Expand Down
15 changes: 0 additions & 15 deletions setup.cfg
Original file line number Diff line number Diff line change
@@ -1,18 +1,3 @@
[metadata]
author = Argo AI
author_email = [email protected]
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
Expand Down

0 comments on commit 59879ad

Please sign in to comment.