Skip to content

Commit

Permalink
Merge pull request #211 from frappe/backport-pyproject-toml
Browse files Browse the repository at this point in the history
chore: use flit-core build as other frappe apps (#99)
  • Loading branch information
blaggacao authored Oct 25, 2024
2 parents 5d35bcf + bd7b494 commit a1151d0
Show file tree
Hide file tree
Showing 4 changed files with 26 additions and 38 deletions.
18 changes: 0 additions & 18 deletions MANIFEST.in

This file was deleted.

26 changes: 26 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
[project]
name = "webshop"
authors = [
{ name = "Frappe Technologies Pvt. Ltd.", email = "[email protected]"}
]
description = "Open Source eCommerce Platform"
requires-python = ">=3.10"
readme = "README.md"
dynamic = ["version"]
dependencies = []

[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"
1 change: 0 additions & 1 deletion requirements.txt

This file was deleted.

19 changes: 0 additions & 19 deletions setup.py

This file was deleted.

0 comments on commit a1151d0

Please sign in to comment.