From eebc92c567269f7265936ae5af594e5bddbe503e Mon Sep 17 00:00:00 2001 From: Chris Russell Date: Tue, 18 Feb 2025 00:09:19 +0000 Subject: [PATCH 1/4] Update pyproject.toml --- pyproject.toml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 8d389f13..fb0e8be6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -43,7 +43,6 @@ requires-python = ">=3.10.0" classifiers=[ 'Development Status :: 5 - Production/Stable', 'Intended Audience :: Developers', - 'Apache Software License 2.0: License :: OSI Approved :: Apache Software License', 'Natural Language :: English', "Programming Language :: Python :: 3 :: Only", 'Programming Language :: Python :: 3.10', @@ -56,7 +55,7 @@ classifiers=[ 'Topic :: Internet', ] keywords = ["netbox", "netbox-plugin"] - +licenses-files = ["LICENSE.txt"] [project.urls] From 56bcb3b01251bcc20eb897163740e256de0fbc40 Mon Sep 17 00:00:00 2001 From: Chris Russell Date: Tue, 18 Feb 2025 00:09:43 +0000 Subject: [PATCH 2/4] Update pyproject.toml --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index fb0e8be6..0fa02698 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -55,7 +55,7 @@ classifiers=[ 'Topic :: Internet', ] keywords = ["netbox", "netbox-plugin"] -licenses-files = ["LICENSE.txt"] +license-files = ["LICENSE.txt"] [project.urls] From 5ef6181efdc3bfe657f47d33bfe20aec59e07ed2 Mon Sep 17 00:00:00 2001 From: Chris Russell Date: Tue, 18 Feb 2025 00:14:35 +0000 Subject: [PATCH 3/4] Update pyproject.toml --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index 0fa02698..a0e8f4cf 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -55,6 +55,7 @@ classifiers=[ 'Topic :: Internet', ] keywords = ["netbox", "netbox-plugin"] +license = "MIT AND (Apache-2.0 OR BSD-2-Clause)" license-files = ["LICENSE.txt"] From d5bbafbe2e148bc7693f5e6f9819d6638f088011 Mon Sep 17 00:00:00 2001 From: Chris Russell Date: Tue, 18 Feb 2025 00:21:56 +0000 Subject: [PATCH 4/4] Update pyproject.toml --- pyproject.toml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index a0e8f4cf..606560b3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -55,8 +55,7 @@ classifiers=[ 'Topic :: Internet', ] keywords = ["netbox", "netbox-plugin"] -license = "MIT AND (Apache-2.0 OR BSD-2-Clause)" -license-files = ["LICENSE.txt"] +license = {file = "LICENSE.txt"} [project.urls]