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 | diff --git a/pyproject.toml b/pyproject.toml index 606560b3..6598a0d6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -2,14 +2,9 @@ requires = ["setuptools"] build-backend = "setuptools.build_meta" -[tool.setuptools.package-data] -netbox_acls = ["templates/**"] - [tool.setuptools] packages = ["netbox_acls"] - -[tool.setuptools.package-dir] -netbox_acls = "netbox_acls" +package-data = {"netbox_acls" = ["**/*", "templates/**"]} [tool.black] @@ -37,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=[