Added project urls to pyproject.toml and a setup.cfg file for PyPi to pickup author and url

This commit is contained in:
Chris McCarthy
2023-07-26 21:11:15 +01:00
parent efbb6ef8df
commit 499219eb40
2 changed files with 10 additions and 0 deletions

View File

@@ -81,3 +81,9 @@ order_by_type = "False"
[tool.black]
line-length = 120
[project.urls]
Homepage = "https://github.com/Autonomous-Resilient-Cyber-Defence/PrimAITE"
Documentation = "https://Autonomous-Resilient-Cyber-Defence.github.io/PrimAITE/"
Repository = "https://github.com/Autonomous-Resilient-Cyber-Defence/PrimAITE"
Changelog = "https://github.com/Autonomous-Resilient-Cyber-Defence/PrimAITE/blob/dev/CHANGELOG.md"