We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9e4da0e commit 01cb52bCopy full SHA for 01cb52b
1 file changed
pyproject.toml
@@ -9,11 +9,17 @@ namespaces = true
9
10
[project]
11
name = "psat-api"
12
-version = "3.0.1"
+version = "3.0.2"
13
readme = "README.md"
14
description = "Proofpoint Security Awareness Training Python API Package"
15
license = { text = "MIT" }
16
requires-python = ">3.9"
17
dependencies = [
18
'requests'
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