Skip to content

Commit

Permalink
Change: Update build-system to use poetry-core
Browse files Browse the repository at this point in the history
Also cleanup build-system section in pyproject.toml.
  • Loading branch information
bjoernricks committed Apr 20, 2023
1 parent 043adfc commit 41cc21b
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
[build-system]
requires = ["poetry>=0.12"]
build-backend = "poetry.masonry.api"
authors = ["Greenbone AG <info@greenbone.net>"]
readme = "README.md"
license = "AGPL-3.0-or-later"
requires = ["poetry-core>=1.0.0"]
build-backend = "poetry.core.masonry.api"

[tool.poetry]
name = "autohooks-plugin-pylint"
Expand Down

0 comments on commit 41cc21b

Please sign in to comment.