Skip to content

Commit 4444083

Browse files
committed
Add README and screenshots to packaging, fix email name
1 parent f8e40d6 commit 4444083

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

pyproject.toml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,16 @@
22
name = "ntc-netbox-plugin-onboarding"
33
version = "0.9.3"
44
description = "A plugin for NetBox to easily onboard new devices."
5-
authors = ["Info <info@networktocode.com>"]
5+
authors = ["Network to Code, LLC <info@networktocode.com>"]
66
license = "Apache-2.0"
77
readme = "README.md"
88
homepage = "https://github.com/networktocode/ntc-netbox-plugin-onboarding"
99
repository = "https://github.com/networktocode/ntc-netbox-plugin-onboarding"
1010
keywords = ["netbox", "network", "onboarding", "django"]
1111
include = [
1212
"LICENSE",
13+
"README.md",
14+
"docs/images/*",
1315
]
1416
packages = [
1517
{ include = "netbox_onboarding" },

0 commit comments

Comments
 (0)