Skip to content

Commit 42dafd2

Browse files
committed
Merge branch 'dev' into bugfix/231-update-templates-for-netbox-v4-1
2 parents 7d29d4f + e438171 commit 42dafd2

File tree

2 files changed

+4
-10
lines changed

2 files changed

+4
-10
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: 3 additions & 9 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,13 +32,12 @@ 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=[
4439
'Development Status :: 5 - Production/Stable',
4540
'Intended Audience :: Developers',
46-
'Apache Software License 2.0: License :: OSI Approved :: Apache Software License',
4741
'Natural Language :: English',
4842
"Programming Language :: Python :: 3 :: Only",
4943
'Programming Language :: Python :: 3.10',
@@ -56,7 +50,7 @@ classifiers=[
5650
'Topic :: Internet',
5751
]
5852
keywords = ["netbox", "netbox-plugin"]
59-
53+
license = {file = "LICENSE.txt"}
6054

6155

6256
[project.urls]

0 commit comments

Comments
 (0)