Skip to content

Commit

Permalink
use setuptools as build backend
Browse files Browse the repository at this point in the history
  • Loading branch information
HelgeGehring committed Sep 5, 2024
1 parent 0afa8f9 commit 7011a19
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[build-system]
requires = ["poetry-core>=1.6.0"]
build-backend = "poetry.core.masonry.api"
requires = ['setuptools>=74.0.0']
build-backend = 'setuptools.build_meta'

[tool.poetry]
name = "femwell"
Expand Down

0 comments on commit 7011a19

Please sign in to comment.