From 62d87119fab31dad9f02468d29ad8785e53d9921 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Damir=20Jeli=C4=87?= Date: Sun, 5 Jan 2020 16:54:15 +0100 Subject: [PATCH] Cargo.toml: The project url is an array of strings. --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index dacab2c..4e0106d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -21,4 +21,4 @@ features = ["extension-module"] [package.metadata.maturin] requires-python = ">=3.7" -project-url = "https://github.com/tantivy-search/tantivy-py" +project-url = ["https://github.com/tantivy-search/tantivy-py"]