Skip to content

Commit e438171

Browse files
authored
Merge pull request #235 from netbox-community/release
Release
2 parents e5194c3 + 884792e commit e438171

File tree

2 files changed

+3
-8
lines changed

2 files changed

+3
-8
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ Each Plugin Version listed below has been tested with its corresponding NetBox V
3535

3636
| NetBox Version | Plugin Version |
3737
|:-------------------:|:--------------:|
38-
| 4.2.x | 1.8.0 |
38+
| 4.2.x | 1.8.1 |
3939
| 4.1.x | 1.7.0 |
4040
| >= 4.0.2 < 4.1.0 | 1.6.1 |
4141
| 3.7.x | 1.5.0 |

pyproject.toml

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,9 @@
22
requires = ["setuptools"]
33
build-backend = "setuptools.build_meta"
44

5-
[tool.setuptools.package-data]
6-
netbox_acls = ["templates/**"]
7-
85
[tool.setuptools]
96
packages = ["netbox_acls"]
10-
11-
[tool.setuptools.package-dir]
12-
netbox_acls = "netbox_acls"
7+
package-data = {"netbox_acls" = ["**/*", "templates/**"]}
138

149

1510
[tool.black]
@@ -37,7 +32,7 @@ line-length = 140
3732

3833
[project]
3934
name = "netbox-acls"
40-
version = "1.8.0"
35+
version = "1.8.1"
4136
readme = "README.md"
4237
requires-python = ">=3.10.0"
4338
classifiers=[

0 commit comments

Comments
 (0)