-
Notifications
You must be signed in to change notification settings - Fork 11
Expand file tree
/
Copy pathpyproject.toml
More file actions
29 lines (27 loc) · 964 Bytes
/
pyproject.toml
File metadata and controls
29 lines (27 loc) · 964 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
[build-system]
requires = ["setuptools>=61.0", "wheel"]
build-backend = "setuptools.build_meta"
[project]
name = "netbox-interface-synchronization"
version = "4.5.1"
authors = [
{name = "Keith Knowles", email = "you@example.com"},
{name = "Bastian Leicht", email = "you@example.com"},
{name = "Chris Russel", email = "you@example.com"},
{name = "Antoine Keranflech", email = "you@example.com"},
]
description = "This plugin allows you to compare and synchronize component names and types between devices and device types in NetBox 4+"
readme = "README.md"
requires-python = ">=3.9"
classifiers = [
"Programming Language :: Python :: 3",
"Operating System :: OS Independent",
]
dependencies = [
"requests>=2.25.0",
"numpy",
]
dynamic = ["license"]
[project.urls]
"Homepage" = "https://github.com/NetTech2001/netbox-interface-synchronization"
"Bug Tracker" = "https://github.com/NetTech2001/netbox-interface-synchronization/issues"