Skip to content

Commit 85da26d

Browse files
authored
Merge pull request #8 from netboxlabs/develop
release: diode-netbox-plugin
2 parents e668588 + e45d274 commit 85da26d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: pyproject.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ version = "0.0.1" # Overwritten during the build process
44
description = "NetBox Labs, Diode NetBox plugin"
55
readme = "README.md"
66
requires-python = ">=3.8"
7-
license = {file = "LICENSE.md"}
7+
license = { text = "PolyForm Shield License 1.0.0" }
88
authors = [
99
{name = "NetBox Labs", email = "[email protected]" }
1010
]
@@ -16,7 +16,6 @@ classifiers = [
1616
"Development Status :: 4 - Beta",
1717
"Intended Audience :: Developers",
1818
"Topic :: Software Development :: Build Tools",
19-
"License :: PolyForm Shield License 1.0.0",
2019
"Programming Language :: Python :: 3",
2120
"Programming Language :: Python :: 3 :: Only",
2221
'Programming Language :: Python :: 3.8',
@@ -42,6 +41,7 @@ packages = [
4241
]
4342
package-data = {"netbox_diode_plugin" = ["**/*", "templates/**"]}
4443
exclude-package-data = {netbox_diode_plugin = ["tests/*"]}
44+
license-files = ["LICENSE.md"]
4545

4646
[build-system]
4747
requires = ["setuptools>=43.0.0", "wheel"]

0 commit comments

Comments
 (0)