Skip to content

Commit

Permalink
pyproject.toml: move build-system info to the corresponding place
Browse files Browse the repository at this point in the history
Build-system info are useless in setup.cfg
  • Loading branch information
sandre35 committed Jan 9, 2024
1 parent 96be2c5 commit 05f4cb7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
3 changes: 3 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
[build-system]
requires = ["setuptools"]
build-backend = "setuptools.build_meta"
3 changes: 0 additions & 3 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,5 @@ exclude =
tests*
docs*

[build-system]
requires = ["setuptools"]

[zest.releaser]
create-wheel = yes

0 comments on commit 05f4cb7

Please sign in to comment.