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 46699880ce
commit a5fa613bea
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"

4
setup.cfg Normal file
View File

@@ -0,0 +1,4 @@
[metadata]
url = https://github.com/Autonomous-Resilient-Cyber-Defence/PrimAITE
author = Defence Science and Technology Laboratory UK
author_email = oss@dstl.gov.uk