summarylogtreecommitdiffstats
path: root/pyproject.toml.add-console-script.patch
blob: 81a9134c0ff40d8f2905a5bda2aaa534f4164c8d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
--- a/pyproject.toml	2023-07-18 20:26:56.447128784 +0200
+++ b/pyproject.toml	2023-07-18 20:30:23.067421803 +0200
@@ -1,7 +1,9 @@
-
 [build-system]
 requires = ["setuptools>=44"]
 build-backend = "setuptools.build_meta"
 
 [tool.cibuildwheel]
 skip = ["cp314t-*"]
+
+[options.entry_points]
+yappi = 'yappi:main'