We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 243aee5 commit fa74d07Copy full SHA for fa74d07
pyproject.toml
@@ -67,7 +67,7 @@ build-backend = "pdm.backend"
67
[tool.pdm.version]
68
source = "scm"
69
write_to = "pysonde/__init__.py"
70
-write_template = "__version__ = '{}'"
+write_template = "__version__ = \"{}\""
71
72
[tool.pdm]
73
distribution = true
@@ -80,6 +80,7 @@ ignore_missing_imports = true
80
81
[tool.ruff]
82
line-length = 88
83
+extend-exclude = ["pysonde/__init__.py"]
84
85
[tool.ruff.lint.mccabe]
86
max-complexity = 18
pysonde/__init__.py
@@ -0,0 +1 @@
1
+__version__ = "0.0.6"
0 commit comments