diff --git a/pyproject.toml b/pyproject.toml index 9691f65c..c2c8076b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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" diff --git a/setup.cfg b/setup.cfg new file mode 100644 index 00000000..e46aafd6 --- /dev/null +++ b/setup.cfg @@ -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