We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent af9ecf3 commit 3d77fe6Copy full SHA for 3d77fe6
1 file changed
service/pyproject.toml
@@ -14,3 +14,15 @@ exclude = [
14
[tool.ruff.lint]
15
select = ["E", "F", "I"]
16
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