Skip to content

Commit

Permalink
Update license in pyproject.toml (#115)
Browse files Browse the repository at this point in the history
  • Loading branch information
kaitj authored Apr 29, 2024
1 parent 19730dc commit 3f0a58a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions setup_template.py
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,9 @@ def main() -> None:
content = content.replace("Reinder Vos de Wael", username)

content = licenses.replace_license_badge(content, repo_license)
content = content.replace(
"LGPL-2.1", repo_license["name"] if repo_license else ""
)

if content != content_before:
print(f"Updating {file.relative_to(DIR_REPO)}")
Expand Down

0 comments on commit 3f0a58a

Please sign in to comment.