Skip to content

Commit 3d77fe6

Browse files
committed
fix/tests
1 parent af9ecf3 commit 3d77fe6

1 file changed

Lines changed: 12 additions & 0 deletions

File tree

service/pyproject.toml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,3 +14,15 @@ exclude = [
1414
[tool.ruff.lint]
1515
select = ["E", "F", "I"]
1616
ignore = []
17+
18+
[build-system]
19+
requires = ["setuptools>=68", "wheel"]
20+
build-backend = "setuptools.build_meta"
21+
22+
[project]
23+
name = "your-service"
24+
version = "0.0.0"
25+
requires-python = ">=3.10"
26+
27+
[tool.setuptools]
28+
packages = ["app", "data"]

0 commit comments

Comments
 (0)