Skip to content

Commit

Permalink
Use flit as the default build system
Browse files Browse the repository at this point in the history
  • Loading branch information
fehiepsi committed Apr 26, 2023
1 parent 552bde0 commit cd214dd
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
Expand Up @@ -55,5 +55,5 @@ pyink-use-majority-quotes = true
[build-system]
# Build system specify which backend is used to build/install the project (flit,
# poetry, setuptools,...). All backends are supported by `pip install`
requires = ["setuptools"]
build-backend = "setuptools.build_meta"
requires = ["flit_core>=3.8,<4"]
build-backend = "flit_core.buildapi"

0 comments on commit cd214dd

Please sign in to comment.