@@ -4,7 +4,7 @@ version = "0.0.1" # Overwritten during the build process
4
4
description = " NetBox Labs, Diode NetBox plugin"
5
5
readme = " README.md"
6
6
requires-python = " >=3.8"
7
- license = {file = " LICENSE.md " }
7
+ license = { text = " PolyForm Shield License 1.0.0 " }
8
8
authors = [
9
9
{
name =
" NetBox Labs" ,
email =
" [email protected] " }
10
10
]
@@ -16,7 +16,6 @@ classifiers = [
16
16
" Development Status :: 4 - Beta" ,
17
17
" Intended Audience :: Developers" ,
18
18
" Topic :: Software Development :: Build Tools" ,
19
- " License :: PolyForm Shield License 1.0.0" ,
20
19
" Programming Language :: Python :: 3" ,
21
20
" Programming Language :: Python :: 3 :: Only" ,
22
21
' Programming Language :: Python :: 3.8' ,
@@ -42,6 +41,7 @@ packages = [
42
41
]
43
42
package-data = {"netbox_diode_plugin" = [" **/*" , " templates/**" ]}
44
43
exclude-package-data = {netbox_diode_plugin = [" tests/*" ]}
44
+ license-files = [" LICENSE.md" ]
45
45
46
46
[build-system ]
47
47
requires = [" setuptools>=43.0.0" , " wheel" ]
0 commit comments