Skip to content

Commit

Permalink
Move zest.releaser config to pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
mdpiper committed Mar 5, 2024
1 parent 20fff37 commit 08170fa
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
4 changes: 4 additions & 0 deletions babelizer/data/{{cookiecutter.package_name}}/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -107,3 +107,7 @@ underlines = "-^\""
issue_format = "`#{issue} <https://github.com/{{ cookiecutter.info.github_username }}/{{ cookiecutter.package_name }}/issues/{issue}>`_"
title_format = "{version} ({project_date})"
wrap = true

[tool.zest-releaser]
tag-format = "v{version}"
python-file-with-version = "{{ cookiecutter.package_name }}/_version.py"
3 changes: 0 additions & 3 deletions babelizer/data/{{cookiecutter.package_name}}/setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,3 @@ ignore =
E501
W503
max-line-length = 88

[zest.releaser]
tag-format = v{version}

0 comments on commit 08170fa

Please sign in to comment.