From 4d53f6614d89e85acd3233877c6ef5475eafd7ef Mon Sep 17 00:00:00 2001 From: Philip Cook Date: Fri, 24 May 2024 11:50:39 -0400 Subject: [PATCH 1/2] DOC: Fix license --- pyproject.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 18ebc2cb..8e71684d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -12,7 +12,7 @@ authors = [ { name = "Brian B. Avants", email = "stnava@gmail.com" } ] classifiers = [ - "License :: OSI Approved :: BSD License", + "License :: OSI Approved :: Apache Software License", ] dependencies = [ "pandas", @@ -25,6 +25,7 @@ dependencies = [ "requests" ] + [project.urls] Homepage = "https://github.com/antsx/antspy" From 585fa251c5208899faf8953953d28d159e65654e Mon Sep 17 00:00:00 2001 From: Philip Cook Date: Fri, 24 May 2024 11:51:32 -0400 Subject: [PATCH 2/2] remove extra whitespace --- pyproject.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 8e71684d..75f426fc 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -25,7 +25,6 @@ dependencies = [ "requests" ] - [project.urls] Homepage = "https://github.com/antsx/antspy"