Skip to content

Commit

Permalink
added build system to toml file
Browse files Browse the repository at this point in the history
  • Loading branch information
Wail Samjouni committed Mar 21, 2024
1 parent 647d320 commit a40cf39
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -43,12 +43,8 @@ dibs-cli = 'dibs_cli.main:app'
Repository = "https://github.com/IWUGERMANY/DibsCLI"

[build-system]
requires = ["setuptools >= 48.0.0", "wheel"]
build-backend = "setuptools.build_meta"

#[build-system]
#requires = ["flit_core >=2"]
#build-backend = "flit_core.buildapi"
requires = ["flit_core >=2"]
build-backend = "flit_core.buildapi"

[tool.black]
line-length = 88
Expand Down

0 comments on commit a40cf39

Please sign in to comment.