Skip to content

Commit

Permalink
Merge pull request #8 from netboxlabs/develop
Browse files Browse the repository at this point in the history
release: diode-netbox-plugin
  • Loading branch information
mfiedorowicz authored Jul 17, 2024
2 parents e668588 + e45d274 commit 85da26d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ version = "0.0.1" # Overwritten during the build process
description = "NetBox Labs, Diode NetBox plugin"
readme = "README.md"
requires-python = ">=3.8"
license = {file = "LICENSE.md"}
license = { text = "PolyForm Shield License 1.0.0" }
authors = [
{name = "NetBox Labs", email = "[email protected]" }
]
Expand All @@ -16,7 +16,6 @@ classifiers = [
"Development Status :: 4 - Beta",
"Intended Audience :: Developers",
"Topic :: Software Development :: Build Tools",
"License :: PolyForm Shield License 1.0.0",
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3 :: Only",
'Programming Language :: Python :: 3.8',
Expand All @@ -42,6 +41,7 @@ packages = [
]
package-data = {"netbox_diode_plugin" = ["**/*", "templates/**"]}
exclude-package-data = {netbox_diode_plugin = ["tests/*"]}
license-files = ["LICENSE.md"]

[build-system]
requires = ["setuptools>=43.0.0", "wheel"]
Expand Down

0 comments on commit 85da26d

Please sign in to comment.