Skip to content

Commit

Permalink
Merge pull request #19 from stuvusIT/fix/make-nix-buildable-again
Browse files Browse the repository at this point in the history
fix(poetry): Use poetry-core as build backend
  • Loading branch information
neumantm authored Feb 5, 2025
2 parents 7e71323 + 4015ea5 commit b651823
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "mail_alias_creator"
version = "1.2.1"
version = "1.2.2"
description = "Set of python scripts to create our mail alias tables from alias definitions"
repository = "https://github.com/stuvusIT/mail_alias_creator"
readme = "README.md"
Expand All @@ -27,5 +27,5 @@ line-length = 120
include = '\.pyi?$'

[build-system]
requires = ["poetry>=0.12"]
build-backend = "poetry.masonry.api"
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"

0 comments on commit b651823

Please sign in to comment.