We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e668588 + e45d274 commit 85da26dCopy full SHA for 85da26d
pyproject.toml
@@ -4,7 +4,7 @@ version = "0.0.1" # Overwritten during the build process
4
description = "NetBox Labs, Diode NetBox plugin"
5
readme = "README.md"
6
requires-python = ">=3.8"
7
-license = {file = "LICENSE.md"}
+license = { text = "PolyForm Shield License 1.0.0" }
8
authors = [
9
{name = "NetBox Labs", email = "[email protected]" }
10
]
@@ -16,7 +16,6 @@ classifiers = [
16
"Development Status :: 4 - Beta",
17
"Intended Audience :: Developers",
18
"Topic :: Software Development :: Build Tools",
19
- "License :: PolyForm Shield License 1.0.0",
20
"Programming Language :: Python :: 3",
21
"Programming Language :: Python :: 3 :: Only",
22
'Programming Language :: Python :: 3.8',
@@ -42,6 +41,7 @@ packages = [
42
41
43
package-data = {"netbox_diode_plugin" = ["**/*", "templates/**"]}
44
exclude-package-data = {netbox_diode_plugin = ["tests/*"]}
+license-files = ["LICENSE.md"]
45
46
[build-system]
47
requires = ["setuptools>=43.0.0", "wheel"]
0 commit comments