Skip to content

Commit

Permalink
build: use pip517 w/ flit (#236)
Browse files Browse the repository at this point in the history
Co-authored-by: Faris Ansari <[email protected]>
  • Loading branch information
blaggacao and netchampfaris authored Jul 20, 2023
1 parent ce1dc6d commit 58f876b
Show file tree
Hide file tree
Showing 3 changed files with 28 additions and 21 deletions.
28 changes: 28 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
[project]
name = "gameplan"
authors = [
{ name = "Frappe Technologies Pvt Ltd", email = "[email protected]"}
]
description = "Team discussion and collaboration tool"
requires-python = ">=3.10"
readme = "README.md"
dynamic = ["version"]
dependencies = [
"rembg==2.0.49",
]

[build-system]
requires = ["flit_core >=3.4,<4"]
build-backend = "flit_core.buildapi"

[tool.black]
line-length = 99

[tool.isort]
line_length = 99
multi_line_output = 3
include_trailing_comma = true
force_grid_wrap = 0
use_parentheses = true
ensure_newline_before_comments = true
indent = "\t"
2 changes: 0 additions & 2 deletions requirements.txt

This file was deleted.

19 changes: 0 additions & 19 deletions setup.py

This file was deleted.

0 comments on commit 58f876b

Please sign in to comment.