Skip to content

Commit

Permalink
redundant build backend
Browse files Browse the repository at this point in the history
  • Loading branch information
MichalGawor committed Apr 11, 2024
1 parent f6899af commit 8a02d0e
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,6 @@ documentation = "https://github.com/clarin-eric/DOGlib/blob/master/README.md"
homepage = ""
repository = "https://github.com/clarin-eric/DOGlib"

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

[tool.poetry.dependencies]
certifi = "*"
lxml = ">=4.9.3"
Expand All @@ -43,3 +39,4 @@ format-jinja = """
[build-system]
requires = ["poetry-core>=1.0.0", "poetry-dynamic-versioning>=1.0.0,<2.0.0"]
build-backend = "poetry_dynamic_versioning.backend"

0 comments on commit 8a02d0e

Please sign in to comment.