File tree Expand file tree Collapse file tree 2 files changed +3
-8
lines changed Expand file tree Collapse file tree 2 files changed +3
-8
lines changed Original file line number Diff line number Diff 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 |
Original file line number Diff line number Diff line change 22requires = [" setuptools" ]
33build-backend = " setuptools.build_meta"
44
5- [tool .setuptools .package-data ]
6- netbox_acls = [" templates/**" ]
7-
85[tool .setuptools ]
96packages = [" 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 ]
3934name = " netbox-acls"
40- version = " 1.8.0 "
35+ version = " 1.8.1 "
4136readme = " README.md"
4237requires-python = " >=3.10.0"
4338classifiers =[
You can’t perform that action at this time.
0 commit comments