Skip to content

Commit

Permalink
Update pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
menckend authored Jan 16, 2025
1 parent 1e63094 commit 376d8b7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -42,14 +42,15 @@ classifiers=[
'Intended Audience :: Developers',
'Natural Language :: English',
"Programming Language :: Python :: 3 :: Only",
'Programming Language :: Python :: 3.6.8',
'Programming Language :: Python :: 3.10',
'Programming Language :: Python :: 3.11',
'Programming Language :: Python :: 3.12',
]

dependencies = [ "build"]
keywords = ["netbox", "plugin", "bgp", "rpki", "roa"]
requires-python= ">=3.12"
requires-python= ">=3.6.8"

[project.urls]
Documentation = "https://github.com/menckend/netbox_rpki/blob/main/README.md"
Expand Down

0 comments on commit 376d8b7

Please sign in to comment.