We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 31bee33 commit cbdf716Copy full SHA for cbdf716
1 file changed
pyproject.toml
@@ -35,6 +35,9 @@ dev = ["changelist == 0.5"]
35
[project.urls]
36
homepage = "https://github.com/scientific-python/devstats"
37
38
+[tool.changelist]
39
+ignored_user_logins = ["dependabot[bot]", "pre-commit-ci[bot]", "web-flow"]
40
+
41
[tool.setuptools.packages.find]
42
include = ["devstats*"]
43
0 commit comments