We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3e99847 commit 97d347eCopy full SHA for 97d347e
pyproject.toml
@@ -1,6 +1,6 @@
1
[project]
2
name = "pygitguardian"
3
-version = "1.14.0"
+dynamic = ['version']
4
description = "Python Wrapper for GitGuardian's API -- Scan security policy breaks everywhere"
5
keywords = [
6
"api-client devsecops secrets-detection security-tools library gitguardian",
@@ -60,6 +60,10 @@ dev = [
60
requires = ["pdm-backend"]
61
build-backend = "pdm.backend"
62
63
+[tool.pdm.version]
64
+source = "file"
65
+path = "pygitguardian/__init__.py"
66
+
67
[tool.black]
68
target-version = ['py39']
69
line-length = 88
0 commit comments