Skip to content

Commit 01cb52b

Browse files
author
Ludvik Jerabek
committed
Update pyproject.toml
1 parent 9e4da0e commit 01cb52b

1 file changed

Lines changed: 8 additions & 2 deletions

File tree

pyproject.toml

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,17 @@ namespaces = true
99

1010
[project]
1111
name = "psat-api"
12-
version = "3.0.1"
12+
version = "3.0.2"
1313
readme = "README.md"
1414
description = "Proofpoint Security Awareness Training Python API Package"
1515
license = { text = "MIT" }
1616
requires-python = ">3.9"
1717
dependencies = [
1818
'requests'
19-
]
19+
]
20+
21+
[project.urls]
22+
repository = "https://github.com/pfptcommunity/psat-api-python"
23+
homepage = "https://proofpoint.securityeducation.com/api/reporting/documentation"
24+
#documentation = "https://github.com/pfptcommunity/et-api-python"
25+
#changelog = "https://github.com/pfptcommunity/et-api-python"

0 commit comments

Comments
 (0)