summaryrefslogtreecommitdiff
path: root/tbump.toml
diff options
context:
space:
mode:
Diffstat (limited to 'tbump.toml')
-rw-r--r--tbump.toml5
1 files changed, 0 insertions, 5 deletions
diff --git a/tbump.toml b/tbump.toml
index ce6cb976..72775ee6 100644
--- a/tbump.toml
+++ b/tbump.toml
@@ -29,11 +29,6 @@ name = "Upgrade changelog changelog"
cmd = "python3 script/bump_changelog.py {new_version}"
[[before_commit]]
-# We only need this during tbump, it's not compatible with python < 3.7
-name = "Install dependencie for contributors.txt's update."
-cmd = "pip install 'contributors-txt>=0.7.3'"
-
-[[before_commit]]
name = "Normalize the contributors-txt configuration"
cmd = "contributors-txt-normalize-configuration -a script/.contributors_aliases.json -o script/.contributors_aliases.json"