Skip to content

Commit

Permalink
Add changelist config (#216)
Browse files Browse the repository at this point in the history
  • Loading branch information
jarrodmillman authored Jul 3, 2024
1 parent a083733 commit 82bd037
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,9 @@ dev = ["changelist == 0.5"]
[project.urls]
homepage = "https://github.com/scientific-python/spin"

[tool.changelist]
ignored_user_logins = ["dependabot[bot]", "pre-commit-ci[bot]", "web-flow"]

[tool.setuptools.dynamic.version]
attr = 'spin.__version__'

Expand Down

0 comments on commit 82bd037

Please sign in to comment.