From 92dd3a08fc7e997c4ac7fec944b3bd62e3495533 Mon Sep 17 00:00:00 2001 From: Chris Russell Date: Tue, 18 Feb 2025 08:55:25 +0000 Subject: [PATCH 1/4] Update pyproject.toml --- pyproject.toml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 606560b3..61c388b0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -7,9 +7,7 @@ netbox_acls = ["templates/**"] [tool.setuptools] packages = ["netbox_acls"] - -[tool.setuptools.package-dir] -netbox_acls = "netbox_acls" +package-data = {"netbox_acls" = ["**/*", "templates/**"]} [tool.black] From 2c8a35ef04521858d713d22718d96792050db13b Mon Sep 17 00:00:00 2001 From: Chris Russell Date: Tue, 18 Feb 2025 08:56:13 +0000 Subject: [PATCH 2/4] Update pyproject.toml --- pyproject.toml | 3 --- 1 file changed, 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 61c388b0..ef4ea3bf 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -2,9 +2,6 @@ requires = ["setuptools"] build-backend = "setuptools.build_meta" -[tool.setuptools.package-data] -netbox_acls = ["templates/**"] - [tool.setuptools] packages = ["netbox_acls"] package-data = {"netbox_acls" = ["**/*", "templates/**"]} From f2ee584c6e02686a77de94c8ec59b01bcc5f302d Mon Sep 17 00:00:00 2001 From: Chris Russell Date: Tue, 18 Feb 2025 09:58:55 +0000 Subject: [PATCH 3/4] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4f52dc0e..ed7034b9 100644 --- a/README.md +++ b/README.md @@ -35,7 +35,7 @@ Each Plugin Version listed below has been tested with its corresponding NetBox V | NetBox Version | Plugin Version | |:-------------------:|:--------------:| -| 4.2.x | 1.8.0 | +| 4.2.x | 1.8.1 | | 4.1.x | 1.7.0 | | >= 4.0.2 < 4.1.0 | 1.6.1 | | 3.7.x | 1.5.0 | From 884792e0dea2cfa57d35997832cdc2a6ec380699 Mon Sep 17 00:00:00 2001 From: Chris Russell Date: Tue, 18 Feb 2025 09:59:33 +0000 Subject: [PATCH 4/4] Update pyproject.toml --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index ef4ea3bf..6598a0d6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -32,7 +32,7 @@ line-length = 140 [project] name = "netbox-acls" -version = "1.8.0" +version = "1.8.1" readme = "README.md" requires-python = ">=3.10.0" classifiers=[