From b4dd7774f166e46984aebc6d3626cd5edae3dcd5 Mon Sep 17 00:00:00 2001 From: Justin Chu Date: Wed, 8 May 2024 14:16:01 -0700 Subject: [PATCH] [build] Make the urls field dynamic (#1518) Fixes #1517 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 545fd2108..5337360d7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "onnxscript" -dynamic = ["version"] +dynamic = ["version", "urls"] description = "Naturally author ONNX functions and models using a subset of Python" authors = [{ name = "Microsoft Corporation", email = "onnx@microsoft.com" }] readme = "README.md"