We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a083733 commit 82bd037Copy full SHA for 82bd037
1 file changed
pyproject.toml
@@ -40,6 +40,9 @@ dev = ["changelist == 0.5"]
40
[project.urls]
41
homepage = "https://github.com/scientific-python/spin"
42
43
+[tool.changelist]
44
+ignored_user_logins = ["dependabot[bot]", "pre-commit-ci[bot]", "web-flow"]
45
+
46
[tool.setuptools.dynamic.version]
47
attr = 'spin.__version__'
48
0 commit comments