File tree 2 files changed +4
-10
lines changed
2 files changed +4
-10
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
35
35
36
36
| NetBox Version | Plugin Version |
37
37
| :-------------------:| :--------------:|
38
- | 4.2.x | 1.8.0 |
38
+ | 4.2.x | 1.8.1 |
39
39
| 4.1.x | 1.7.0 |
40
40
| >= 4.0.2 < 4.1.0 | 1.6.1 |
41
41
| 3.7.x | 1.5.0 |
Original file line number Diff line number Diff line change 2
2
requires = [" setuptools" ]
3
3
build-backend = " setuptools.build_meta"
4
4
5
- [tool .setuptools .package-data ]
6
- netbox_acls = [" templates/**" ]
7
-
8
5
[tool .setuptools ]
9
6
packages = [" netbox_acls" ]
10
-
11
- [tool .setuptools .package-dir ]
12
- netbox_acls = " netbox_acls"
7
+ package-data = {"netbox_acls" = [" **/*" , " templates/**" ]}
13
8
14
9
15
10
[tool .black ]
@@ -37,13 +32,12 @@ line-length = 140
37
32
38
33
[project ]
39
34
name = " netbox-acls"
40
- version = " 1.8.0 "
35
+ version = " 1.8.1 "
41
36
readme = " README.md"
42
37
requires-python = " >=3.10.0"
43
38
classifiers =[
44
39
' Development Status :: 5 - Production/Stable' ,
45
40
' Intended Audience :: Developers' ,
46
- ' Apache Software License 2.0: License :: OSI Approved :: Apache Software License' ,
47
41
' Natural Language :: English' ,
48
42
" Programming Language :: Python :: 3 :: Only" ,
49
43
' Programming Language :: Python :: 3.10' ,
@@ -56,7 +50,7 @@ classifiers=[
56
50
' Topic :: Internet' ,
57
51
]
58
52
keywords = [" netbox" , " netbox-plugin" ]
59
-
53
+ license = { file = " LICENSE.txt " }
60
54
61
55
62
56
[project .urls ]
You can’t perform that action at this time.
0 commit comments