File tree Expand file tree Collapse file tree 2 files changed +4
-10
lines changed Expand file tree Collapse file tree 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
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,13 +32,12 @@ 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 =[
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]
5852keywords = [" netbox" , " netbox-plugin" ]
59-
53+ license = { file = " LICENSE.txt " }
6054
6155
6256[project .urls ]
You can’t perform that action at this time.
0 commit comments